summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2019-07-03ext2: Use kmemdup rather than duplicating its implementationFuqian Huang
2019-06-25quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen
2019-06-19ext2: Always brelse bh on failure in ext2_iget()Jan Kara
2019-06-19ext2: add missing brelse() in ext2_iget()Chengguang Xu
2019-06-12ext2: Fix a typo in ext2_getattr argumentFumiya Shigemitsu
2019-06-12ext2: fix a typo in commentChengguang Xu
2019-05-30ext2: add missing brelse() in ext2_new_inode()Chengguang Xu
2019-05-28ext2: optimize ext2_xattr_get()Chengguang Xu
2019-05-28ext2: introduce new helper for xattr entry comparisonChengguang Xu
2019-05-28ext2: merge xattr next entry check to ext2_xattr_entry_valid()Chengguang Xu
2019-05-28ext2: code cleanup for ext2_preread_inode()Chengguang Xu
2019-05-20ext2: code cleanup by using test_opt() and clear_opt()Chengguang Xu
2019-05-20ext2: Strengthen xattr block checksJan Kara
2019-05-20ext2: Merge loops in ext2_xattr_set()Jan Kara
2019-05-20ext2: introduce helper for xattr entry validationChengguang Xu
2019-05-20ext2: introduce helper for xattr header validationChengguang Xu
2019-05-20quota: add dqi_dirty_list description to comment of Dquot List ManagementChengguang Xu
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-05-18fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-17ext4: avoid panic during forced reboot due to aborted journalJan Kara
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-16Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-16Merge tag 'afs-fixes-b-20190516' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-05-16afs: Fix application of the results of a inline bulk status fetchDavid Howells
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()David Howells
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterDavid Howells
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryDavid Howells
2019-05-16afs: Make vnode->cb_interest RCU safeDavid Howells
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUDavid Howells
2019-05-16afs: Don't save callback version and type fieldsDavid Howells
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner
2019-05-16afs: Fix double inc of vnode->cb_breakDavid Howells
2019-05-16afs: Fix application of status and callback to be under same lockDavid Howells
2019-05-16afs: Fix lock-wait/callback-break double lockingDavid Howells
2019-05-16afs: Always get the reply timeDavid Howells
2019-05-16afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setDavid Howells
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()David Howells
2019-05-16afs: Fix calculation of callback expiry timeDavid Howells
2019-05-16afs: Get rid of afs_call::reply[]David Howells
2019-05-16afs: Make dynamic root population wait uninterruptibly for proc_cells_lockDavid Howells
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opDavid Howells
2019-05-16afs: Make some RPC operations non-interruptibleDavid Howells