summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig2-46/+0
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig2-83/+2
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig1-45/+112
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig1-59/+64
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster2-9/+8
2017-04-12xfs: remove custom do_div implementationsEric Sandeen1-85/+0
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen1-6/+1
2017-04-07xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-04-07xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2-16/+2
2017-04-04xfs: report realtime space information via the rtbitmapDarrick J. Wong1-1/+119
2017-04-04xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong1-3/+69
2017-04-04xfs: implement the GETFSMAP ioctlDarrick J. Wong12-0/+1048
2017-04-04xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2-2/+90
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong6-7/+57
2017-04-04xfs: provide a query_range function for freespace btreesDarrick J. Wong2-0/+52
2017-04-04xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong1-43/+129
2017-04-04xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-04-04xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov1-1/+0
2017-04-04xfs: fix up inode validation failure messageEric Sandeen1-1/+1
2017-04-04xfs: remove the ISUNWRITTEN macroChristoph Hellwig3-5/+4
2017-04-04xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig4-24/+20
2017-04-04xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster3-1/+10
2017-04-04xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-04-04xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-03-29xfs: rework the inline directory verifiersDarrick J. Wong5-56/+66
2017-03-26Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-50/+47
2017-03-26Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-70/+15
2017-03-26ext4: fix two spelling nitsTheodore Ts'o2-2/+2
2017-03-26ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+16
2017-03-20f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu1-78/+47
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu3-6/+30
2017-03-20f2fs: use __set{__clear}_bit_leJaegeuk Kim2-10/+10
2017-03-20f2fs: declare static functionsJaegeuk Kim1-3/+4
2017-03-20f2fs: don't overwrite node block by SSRJaegeuk Kim1-0/+6
2017-03-18Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-26/+88
2017-03-17btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-03-17Btrfs: fix regression in lock_delalloc_pagesLiu Bo1-1/+2
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson4-10/+31
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson6-6/+48
2017-03-17NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-03-17NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia1-5/+4
2017-03-17nfs: make nfs4_cb_sv_ops staticJason Yan1-2/+2
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee1-2/+4
2017-03-17Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds13-222/+269
2017-03-17kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain1-1/+2
2017-03-16Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-18/+122