aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
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-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
2019-05-16rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells
2019-05-16afs: Fix error propagation from server record check/updateDavid Howells
2019-05-16afs: Fix the maximum lifespan of VL and probe callsDavid Howells
2019-05-16afs: Fix "kAFS: AFS vnode with undefined type 0"David Howells
2019-05-16afs: Fix cell DNS lookupDavid Howells
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells
2019-05-15afs: Fix afs_cell records to always have a VL server list recordDavid Howells
2019-05-15afs: Fix missing lock when replacing VL server listDavid Howells
2019-05-15afs: Fix afs_xattr_get_yfs() to not try freeing an error valueDavid Howells
2019-05-15afs: Fix incorrect error handling in afs_xattr_get_acl()David Howells
2019-05-15afs: Fix key leak in afs_release() and afs_evict_inode()David Howells
2019-05-14fs/block_dev.c: Remove duplicate headerSabyasachi Gupta
2019-05-14fs/cachefiles/namei.c: remove duplicate headerSabyasachi Gupta
2019-05-14fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta
2019-05-14fs/eventfd.c: make eventfd_ida staticYueHaibing
2019-05-14eventfd: present id to userspace via fdinfoMasatake YAMATO
2019-05-14fs/exec.c: move ->recursion_depth out of critical sectionsAlexey Dobriyan
2019-05-14fs/fat/file.c: issue flush after the writeback of FATHou Tao
2019-05-14reiserfs: add comment to explain endianness issue in xattr_hashBharath Vedartham
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook
2019-05-14elf: init pt_regs pointer laterAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: extract PROT_* calculationsAlexey Dobriyan
2019-05-14fs//binfmt_elf.c: move variables initialization closer to their usageAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: save 1 indent levelAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: delete trailing "return;" in functions returning "void"Alexey Dobriyan
2019-05-14fs/binfmt_elf.c: free PT_INTERP filename ASAPAlexey Dobriyan
2019-05-14fs/binfmt_elf.c: make scope of "pos" variable smallerAlexey Dobriyan