summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-11-30btrfs: use bi_sizeChristoph Hellwig1-5/+2
2016-11-30btrfs: don't access the bio directly in btrfs_csum_one_bioChristoph Hellwig1-11/+10
2016-11-30btrfs: don't access the bio directly in the direct I/O codeChristoph Hellwig1-4/+3
2016-11-30btrfs: don't access the bio directly in the raid5/6 codeChristoph Hellwig1-10/+6
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig4-112/+55
2016-11-30btrfs: Ensure proper sector alignment for btrfs_free_reserved_data_spaceJeff Mahoney1-0/+7
2016-11-30Btrfs: abort transaction if fill_holes() failsJosef Bacik1-2/+17
2016-11-30Btrfs: fix file extent corruptionJosef Bacik1-3/+12
2016-11-30btrfs: increment ctx->pos for every emitted or skipped dirent in readdirJeff Mahoney3-23/+4
2016-11-30btrfs: remove old tree_root dirent processing in btrfs_real_readdir()Jeff Mahoney1-80/+37
2016-11-30btrfs: Call kunmap if zlib_inflateInit2 failsNick Terrell1-0/+1
2016-11-30btrfs: store and load values of stripes_min/stripes_max in balance status itemDavid Sterba1-0/+4
2016-11-30btrfs: remove redundant check of btrfs_iget return valueChristophe JAILLET1-2/+0
2016-11-30btrfs: change btrfs_csum_final result param type to u8Domagoj Tršan5-6/+6
2016-11-30Btrfs: adjust len of writes if following a preallocated extentLiu Bo1-3/+5
2016-11-30btrfs: return early from failed memory allocations in ioctl handlersShailendra Verma1-15/+6
2016-11-30btrfs: add optimized version of eb to eb copyDavid Sterba3-2/+18
2016-11-30btrfs: remove constant parameter to memset_extent_buffer and rename itDavid Sterba12-21/+21
2016-11-30btrfs: use specialized page copying helpers in btrfs_clone_extent_bufferDavid Sterba1-1/+1
2016-11-30btrfs: use new helpers to set uuids in ebDavid Sterba4-34/+17
2016-11-30btrfs: introduce helpers for updating eb uuidsDavid Sterba2-0/+24
2016-11-30btrfs: delete unused member from superblockDavid Sterba1-1/+0
2016-11-30btrfs: remove trivial helper btrfs_find_tree_blockDavid Sterba4-15/+7
2016-11-30btrfs: reada, remove pointless BUG_ON check for fs_infoDavid Sterba1-1/+0
2016-11-30btrfs: reada, remove pointless BUG_ON in reada_find_extentDavid Sterba1-1/+0
2016-11-30btrfs: reada, sink start parameter to btree_readahead_hookDavid Sterba3-9/+5
2016-11-30btrfs: reada, remove unused parameter from __readahead_hookDavid Sterba1-4/+4
2016-11-30btrfs: reada, cleanup remove unneeded variable in __readahead_hookDavid Sterba1-5/+1
2016-11-30btrfs: rename helper macros for qgroup and aux data castsDavid Sterba1-14/+21
2016-11-30btrfs: remove stale comment from btrfs_statfsDavid Sterba1-4/+0
2016-11-30btrfs: remove unused headers, statfs.hDavid Sterba3-3/+0
2016-11-30btrfs: remove useless commentsXiaoguang Wang1-10/+3
2016-11-30btrfs: make block group flags in balance printks human-readableAdam Borowski1-3/+40
2016-11-30Btrfs: deal with existing encompassing extent map in btrfs_get_extent()Omar Sandoval1-3/+3
2016-11-30btrfs: add necessary comments about tickets_idWang Xiaoguang1-0/+4
2016-11-29btrfs: cleanup: use already calculated value in btrfs_should_throttle_delayed...Wang Xiaoguang1-1/+1
2016-11-29btrfs: don't abuse REQ_OP_* flags for btrfs_map_blockChristoph Hellwig9-49/+70
2016-11-26fix default_file_splice_read()Al Viro1-1/+2
2016-11-23Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-13/+35
2016-11-22NFSv4.x: hide array-bounds warningArnd Bergmann1-1/+1
2016-11-21NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington1-3/+15
2016-11-19Merge tag 'ext4_for_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-36/+51
2016-11-19ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2-1/+17
2016-11-19fscrypto: don't use on-stack buffer for key derivationEric Biggers1-3/+13
2016-11-19fscrypto: don't use on-stack buffer for filename encryptionEric Biggers1-32/+21
2016-11-18NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington1-0/+1
2016-11-18NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust1-1/+2
2016-11-18NFSv4: Fix CLOSE races with OPENTrond Myklebust2-6/+13
2016-11-18NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust1-2/+3
2016-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+14