summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong3-7/+14
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong3-10/+12
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong2-43/+70
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong1-10/+13
2017-06-19xfs: separate function to check if inode shares extentsDarrick J. Wong2-36/+54
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong3-12/+13
2017-06-19xfs: check if an inode is cached and allocatedDarrick J. Wong2-2/+54
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2-17/+32
2017-06-19xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2-0/+48
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong14-12/+41
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong6-26/+0
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong61-642/+634
2017-06-19xfs: optimize _btree_query_allDarrick J. Wong1-5/+7
2017-06-19xfs: remove bli from AIL before release on transaction abortBrian Foster1-9/+12
2017-06-19xfs: release bli from transaction properly on fs shutdownBrian Foster1-7/+14
2017-06-19xfs: avoid harmless gcc-7 warningsArnd Bergmann1-2/+2
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai3-26/+4
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig2-6/+1
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster3-6/+68
2017-06-19xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster1-30/+32
2017-06-19xfs: separate shutdown from ticket reservation print helperBrian Foster2-7/+9
2017-06-19xfs: define fatal assert build time tunableBrian Foster3-2/+22
2017-06-19xfs: define bug_on_assert debug mode sysfs tunableBrian Foster4-1/+40
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong7-23/+73
2017-06-19xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong1-234/+84
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster4-1/+89
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins2-5/+1
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds4-6/+8
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+3
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-68/+98
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+6
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli1-8/+21
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-2/+9
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig1-1/+1
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin1-0/+2
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro1-6/+4
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+8
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro1-9/+12
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro1-1/+1
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro2-10/+26
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro1-9/+8
2017-06-14ufs: fix s_size/s_dsize usersAl Viro4-24/+19
2017-06-14ufs: fix reserved blocks checkAl Viro1-4/+6
2017-06-14ufs: make ufs_freespace() return signedAl Viro1-2/+2
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro1-13/+28
2017-06-14ceph: unify inode i_ctime updateYan, Zheng2-3/+3
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng1-3/+1
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques1-0/+4
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche1-0/+8
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger1-2/+1