aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong4-1/+62
2018-01-18ubifs: remove error message in ubifs_xattr_getRock Lee1-2/+0
2018-01-17ubifs: switch to fscrypt_prepare_setattr()Eric Biggers1-7/+3
2018-01-17ubifs: switch to fscrypt_prepare_lookup()Eric Biggers1-14/+3
2018-01-17ubifs: switch to fscrypt_prepare_rename()Eric Biggers1-13/+7
2018-01-17ubifs: switch to fscrypt_prepare_link()Eric Biggers1-3/+3
2018-01-17ubifs: switch to fscrypt_file_open()Eric Biggers1-30/+1
2018-01-17ubifs: Fix uninitialized variable in search_dh_cookie()Geert Uytterhoeven1-14/+7
2018-01-17Turn gfs2_block_truncate_page into gfs2_block_zero_rangeAndreas Gruenbacher1-8/+10
2018-01-17gfs2: Improve non-recursive delete algorithmAndreas Gruenbacher1-20/+31
2018-01-17gfs2: Fix metadata read-ahead during truncateAndreas Gruenbacher1-17/+25
2018-01-17gfs2: Clean up {lookup,fillup}_metapathAndreas Gruenbacher1-44/+30
2018-01-17gfs2: Remove minor gfs2_journaled_truncate inefficienciesAndreas Gruenbacher1-0/+13
2018-01-17gfs2: truncate: Remove unnecessary oldsize parametersAndreas Gruenbacher1-10/+7
2018-01-17gfs2: Clean up trunc_start error pathAndreas Gruenbacher1-10/+5
2018-01-17gfs2: Remove pointless BUG_ONAndreas Gruenbacher1-1/+0
2018-01-17gfs2: Add gfs2_blk2rgrpd comment and fix incorrect useSteven Whitehouse2-1/+8
2018-01-16f2fs: add resgid and resuid to reserve root blocksJaegeuk Kim2-4/+69
2018-01-16f2fs: implement cgroup writeback supportYufen Yu4-2/+13
2018-01-16f2fs: remove unused pend_list_tagChao Yu1-1/+0
2018-01-16f2fs: avoid high cpu usage in discard threadChao Yu1-0/+3
2018-01-16f2fs: make local functions staticWei Yongjun2-3/+3
2018-01-16f2fs: add reserved blocks for root userJaegeuk Kim3-6/+54
2018-01-16f2fs: check segment type in __f2fs_replace_blockYunlong Song1-0/+1
2018-01-16f2fs: update inode info to inode page for new fileYunlei He1-1/+3
2018-01-16f2fs: show precise # of blocks that user/root can useJaegeuk Kim1-4/+3
2018-01-16xfs: cancel tx on xfs_defer_finish() error during xattr set/removeBrian Foster1-4/+0
2018-01-16NFS: commit direct writes even if they fail partiallyJ. Bruce Fields1-3/+1
2018-01-16nfs: remove unused label in nfs_encode_fh()Arnd Bergmann1-1/+0
2018-01-15cifs: Define usercopy region in cifs_request slab cacheDavid Windsor1-4/+6
2018-01-15vxfs: Define usercopy region in vxfs_inode slab cacheDavid Windsor1-2/+6
2018-01-15ufs: Define usercopy region in ufs_inode_cache slab cacheDavid Windsor1-5/+8
2018-01-15orangefs: Define usercopy region in orangefs_inode_cache slab cacheDavid Windsor1-5/+10
2018-01-15exofs: Define usercopy region in exofs_inode_cache slab cacheDavid Windsor1-2/+5
2018-01-15befs: Define usercopy region in befs_inode_cache slab cacheDavid Windsor1-5/+9
2018-01-15jfs: Define usercopy region in jfs_ip slab cacheDavid Windsor1-3/+5
2018-01-15ext2: Define usercopy region in ext2_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-15ext4: Define usercopy region in ext4_inode_cache slab cacheDavid Windsor1-5/+7
2018-01-15vfs: Copy struct mount.mnt_id to userspace using put_user()David Windsor1-2/+1
2018-01-15vfs: Define usercopy region in names_cache slab cachesDavid Windsor1-2/+2
2018-01-15dcache: Define usercopy region in dentry_cache slab cacheDavid Windsor1-2/+3
2018-01-14nfs: Update server port after referral or migrationChuck Lever1-0/+1
2018-01-14nfs: Referrals should use the same proto setting as their parentChuck Lever2-5/+20
2018-01-14lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2-5/+5
2018-01-14lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova1-3/+3
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2-8/+8
2018-01-14lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova1-7/+7
2018-01-14nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew1-2/+2
2018-01-14pnfs/blocklayout: handle transient devicesBenjamin Coddington5-12/+82
2018-01-14pnfs/blocklayout: set PNFS_LAYOUTRETURN_ON_ERRORBenjamin Coddington2-1/+5