aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97Gravatar Thomas Gleixner 1-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96Gravatar Thomas Gleixner 43-645/+43
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Gravatar Thomas Gleixner 9-36/+9
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Gravatar Thomas Gleixner 3-40/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 32-160/+32
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 35Gravatar Thomas Gleixner 23-322/+23
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 195-70/+195
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Gravatar Thomas Gleixner 4-56/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 109-0/+109
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 39-0/+39
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 42-0/+42
2019-05-20Merge tag 'for-5.2-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-26/+97
2019-05-19Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-4/+8
2019-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+8
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 3-5/+4
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 12-62/+102
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 8-51/+173
2019-05-18fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Gravatar Jiufei Xue 1-3/+8
2019-05-18treewide: prefix header search paths with $(srctree)/Gravatar Masahiro Yamada 3-5/+4
2019-05-17ext4: avoid panic during forced reboot due to aborted journalGravatar Jan Kara 1-1/+1
2019-05-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-1/+1
2019-05-16Merge tag 'for-linus-20190516' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-57/+31
2019-05-16Merge tag 'afs-fixes-b-20190516' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 20-1381/+1383
2019-05-16Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 26-289/+393
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 12-264/+751
2019-05-16afs: Fix application of the results of a inline bulk status fetchGravatar David Howells 2-7/+45
2019-05-16afs: Pass pre-fetch server and volume break counts into afs_iget5_set()Gravatar David Howells 4-49/+78
2019-05-16afs: Fix unlink to handle YFS.RemoveFile2 betterGravatar David Howells 6-28/+33
2019-05-16afs: Clear AFS_VNODE_CB_PROMISED if we detect callback expiryGravatar David Howells 1-1/+13
2019-05-16afs: Make vnode->cb_interest RCU safeGravatar David Howells 7-59/+100
2019-05-16afs: Split afs_validate() so first part can be used under LOOKUP_RCUGravatar David Howells 2-13/+25
2019-05-16afs: Don't save callback version and type fieldsGravatar David Howells 6-16/+5
2019-05-16Merge tag 'configfs-for-5.2' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-5/+12
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Gravatar Christian Brauner 1-1/+1
2019-05-16afs: Fix double inc of vnode->cb_breakGravatar David Howells 1-3/+1
2019-05-16afs: Fix application of status and callback to be under same lockGravatar David Howells 12-1004/+921
2019-05-16afs: Fix lock-wait/callback-break double lockingGravatar David Howells 2-10/+1
2019-05-16afs: Always get the reply timeGravatar David Howells 5-16/+3
2019-05-16afs: Don't invalidate callback if AFS_VNODE_DIR_VALID not setGravatar David Howells 1-5/+2
2019-05-16afs: Fix order-1 allocation in afs_do_lookup()Gravatar David Howells 5-50/+45
2019-05-16afs: Fix calculation of callback expiry timeGravatar David Howells 2-57/+51
2019-05-16afs: Get rid of afs_call::reply[]Gravatar David Howells 10-303/+293
2019-05-16afs: Make dynamic root population wait uninterruptibly for proc_cells_lockGravatar David Howells 1-2/+1
2019-05-16afs: Don't pass the vnode pointer through into the inline bulk status opGravatar David Howells 2-15/+2
2019-05-16afs: Make some RPC operations non-interruptibleGravatar David Howells 14-35/+99
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleGravatar David Howells 1-0/+1
2019-05-16afs: Fix error propagation from server record check/updateGravatar David Howells 1-3/+3
2019-05-16afs: Fix the maximum lifespan of VL and probe callsGravatar David Howells 5-0/+13
2019-05-16afs: Fix "kAFS: AFS vnode with undefined type 0"Gravatar David Howells 1-0/+2