summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-06-19xfs: optimize _btree_query_allDarrick J. Wong
2017-06-19xfs: remove bli from AIL before release on transaction abortBrian Foster
2017-06-19xfs: release bli from transaction properly on fs shutdownBrian Foster
2017-06-19xfs: avoid harmless gcc-7 warningsArnd Bergmann
2017-06-19xfs: remove lsn relevant fields from xfs_trans structure and its usersShan Hai
2017-06-19xfs: remove XFS_HSIZEChristoph Hellwig
2017-06-19xfs: dump transaction usage details on log reservation overrunBrian Foster
2017-06-19xfs: refactor xlog_cil_insert_items() to facilitate transaction dumpBrian Foster
2017-06-19xfs: separate shutdown from ticket reservation print helperBrian Foster
2017-06-19xfs: define fatal assert build time tunableBrian Foster
2017-06-19xfs: define bug_on_assert debug mode sysfs tunableBrian Foster
2017-06-19xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...Darrick J. Wong
2017-06-19xfs: refactor dir2 leaf readahead shadow buffer clevernessDarrick J. Wong
2017-06-19xfs: push buffer of flush locked dquot to avoid quotacheck deadlockBrian Foster
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-18Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-17Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-17userfaultfd: shmem: handle coredumping in handle_userfault()Andrea Arcangeli
2017-06-16Merge tag 'configfs-for-4.12' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig
2017-06-15fs: don't forget to put old mntns in mntns_installAndrei Vagin
2017-06-15Hang/soft lockup in d_invalidate with simultaneous callsAl Viro
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-15ufs_truncate_blocks(): fix the case when size is in the last direct blockAl Viro
2017-06-15ufs: more deadlock prevention on tail unpackingAl Viro
2017-06-15ufs: avoid grabbing ->truncate_mutex if possibleAl Viro
2017-06-14ufs_get_locked_page(): make sure we have buffer_headsAl Viro
2017-06-14ufs: fix s_size/s_dsize usersAl Viro
2017-06-14ufs: fix reserved blocks checkAl Viro
2017-06-14ufs: make ufs_freespace() return signedAl Viro
2017-06-14ufs: fix logics in "ufs: make fsck -f happy"Al Viro
2017-06-14ceph: unify inode i_ctime updateYan, Zheng
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques
2017-06-12configfs: Introduce config_item_get_unless_zero()Bart Van Assche
2017-06-12configfs: Fix race between create_link and configfs_rmdirNicholas Bellinger
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-06-10ufs: we need to sync inode before freeing itAl Viro
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro
2017-06-09ufs: set correct ->s_maxsizeAl Viro
2017-06-09ufs: restore maintaining ->i_blocksAl Viro