summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma2016-11-301-15/+6
* btrfs: add optimized version of eb to eb copyDavid Sterba2016-11-303-2/+18
* btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba2016-11-3012-21/+21
* btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba2016-11-301-1/+1
* btrfs: use new helpers to set uuids in ebDavid Sterba2016-11-304-34/+17
* btrfs: introduce helpers for updating eb uuidsDavid Sterba2016-11-302-0/+24
* btrfs: delete unused member from superblockDavid Sterba2016-11-301-1/+0
* btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba2016-11-304-15/+7
* btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba2016-11-301-1/+0
* btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba2016-11-301-1/+0
* btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba2016-11-303-9/+5
* btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba2016-11-301-4/+4
* btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba2016-11-301-5/+1
* btrfs: rename helper macros for qgroup and aux data castsDavid Sterba2016-11-301-14/+21
* btrfs: remove stale comment from btrfs_statfsDavid Sterba2016-11-301-4/+0
* btrfs: remove unused headers, statfs.hDavid Sterba2016-11-303-3/+0
* btrfs: remove useless commentsXiaoguang Wang2016-11-301-10/+3
* btrfs: make block group flags in balance printks human-readableAdam Borowski2016-11-301-3/+40
* Btrfs: deal with existing encompassing extent map in btrfs_get_extent()Omar Sandoval2016-11-301-3/+3
* btrfs: add necessary comments about tickets_idWang Xiaoguang2016-11-301-0/+4
* btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang2016-11-291-1/+1
* btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig2016-11-299-49/+70
* fix default_file_splice_read()Al Viro2016-11-261-1/+2
* Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-11-234-13/+35
|\
| * NFSv4.x: hide array-bounds warningArnd Bergmann2016-11-221-1/+1
| * NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington2016-11-211-3/+15
| * NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington2016-11-181-0/+1
| * NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust2016-11-181-1/+2
| * NFSv4: Fix CLOSE races with OPENTrond Myklebust2016-11-182-6/+13
| * NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust2016-11-181-2/+3
* | Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-11-194-36/+51
|\ \
| * | ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-192-1/+17
| * | fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-191-3/+13
| * | fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-191-32/+21
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-11-171-8/+14
|\ \ \
| * | | xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2016-11-171-8/+14
* | | | Merge tag 'for-linus-4.9-rc5-ofs-1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-171-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | orangefs: add .owner to debugfs file_operationsMike Marshall2016-11-161-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-11-164-1/+14
|\ \ \ \
| * | | | fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2016-11-151-0/+6
| * | | | fuse: fix root dentry initializationMiklos Szeredi2016-10-183-1/+8
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-11-112-1/+4
|\ \ \ \ \
| * | | | | coredump: fix unfreezable coredumping taskAndrey Ryabinin2016-11-111-0/+3
| * | | | | ocfs2: fix not enough credit panicJunxiao Bi2016-11-111-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-11-113-105/+109
|\ \ \ \ \ \
| * | | | | | splice: remove detritus from generic_file_splice_read()Al Viro2016-11-101-5/+0
| * | | | | | aio: fix freeze protection of aio writesJan Kara2016-10-301-1/+18
| * | | | | | fs: remove aio_run_iocbChristoph Hellwig2016-10-301-88/+94
| * | | | | | fs: remove the never implemented aio_fsync file operationChristoph Hellwig2016-10-302-16/+0
| * | | | | | aio: hold an extra file reference over AIO read/write operationsChristoph Hellwig2016-10-301-0/+2