summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorLines
2015-01-21Btrfs: track dirty block groups on their own listJosef Bacik-124/+72
2015-01-21Btrfs: change how we track dirty rootsJosef Bacik-5/+21
2015-01-22xfs: remove incorrect error negation in attr_multi ioctlBrian Foster-1/+1
2015-01-22Merge branch 'xfs-buf-type-fixes' into for-nextDave Chinner-1/+14
2015-01-22xfs: set superblock buffer type correctlyDave Chinner-0/+1
2015-01-22xfs: set buf types when converting extent formatsDave Chinner-1/+7
2015-01-22xfs: inode unlink does not set AGI buffer typeDave Chinner-0/+2
2015-01-22xfs: ensure buffer types are set correctlyDave Chinner-0/+4
2015-01-22Merge branch 'xfs-sb-logging-rework' into for-nextDave Chinner-416/+226
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker-4/+3
2015-01-22xfs: sanitise sb_bad_features2 handlingDave Chinner-20/+25
2015-01-22xfs: consolidate superblock logging functionsDave Chinner-181/+101
2015-01-22xfs: remove bitfield based superblock updatesDave Chinner-246/+130
2015-01-21NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust-1/+1
2015-01-21nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao-0/+6
2015-01-21xfs: Remove some pointless quota checksJan Kara-39/+20
2015-01-21xfs: Remove some useless flags testsJan Kara-11/+4
2015-01-21xfs: Remove useless testJan Kara-1/+1
2015-01-21quota: Verify flags passed to Q_SETINFOJan Kara-0/+8
2015-01-21quota: Cleanup flags definitionsJan Kara-1/+1
2015-01-21ocfs2: Move OLQF_CLEAN flag out of generic quota flagsJan Kara-5/+6
2015-01-21quota: Don't store flags for v2 quota formatJan Kara-2/+4
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+3
2015-01-20btrfs: Don't call btrfs_start_transaction() on frozen fs to avoid deadlock.Qu Wenruo-0/+10
2015-01-20btrfs: Fix the bug that fs_info->pending_changes is never cleared.Qu Wenruo-1/+1
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig-8/+4
2015-01-20nfs: don't call bdi_unregisterChristoph Hellwig-20/+6
2015-01-20ceph: remove call to bdi_unregisterChristoph Hellwig-12/+6
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig-83/+6
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig-19/+21
2015-01-20nilfs2: set up s_bdi like the generic mount_bdev codeChristoph Hellwig-3/+1
2015-01-20block_dev: get bdev inode bdi directly from the block deviceChristoph Hellwig-3/+3
2015-01-20block_dev: only write bdev inode on closeChristoph Hellwig-12/+19
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig-95/+32
2015-01-20fs: deduplicate noop_backing_dev_infoChristoph Hellwig-42/+4
2015-01-19Complete oplock break jobs before closing file handleSachin Prabhu-1/+5
2015-01-19cifs: use memzero_explicit to clear stack bufferGiel van Schijndel-1/+1
2015-01-19btrfs: fix state->private cast on 32 bit machinesSatoru Takeuchi-1/+1
2015-01-19Btrfs: fix race deleting block group from space_info->ro_bgs listFilipe Manana-1/+2
2015-01-19Btrfs: fix incorrect freeing in scrub_stripeTsutomu Itoh-1/+1
2015-01-19btrfs: sync ioctl, handle errors after transaction startDavid Sterba-2/+2
2015-01-19ext4: reserve codepoints used by the ext4 encryption featureTheodore Ts'o-4/+13
2015-01-19jbd2: complain about descriptor block checksum errorsDarrick J. Wong-0/+3
2015-01-18fix deadlock in cifs_ioctl_clone()Al Viro-16/+5
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-6/+1
2015-01-16pstore: Fix sprintf format specifier in pstore_dump()alex chen-2/+2
2015-01-16pstore: Add pmsg - user-space accessible pstore objectMark Salyzyn-2/+168
2015-01-16pstore: Handle zero-sized prz in seriesMark Salyzyn-3/+9
2015-01-16pstore: Remove superfluous memory size checkMark Salyzyn-9/+0
2015-01-16pstore: Use scnprintf() in pstore_mkfile()Mark Salyzyn-10/+13