summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
...
| * | | | NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust2018-04-10
| * | | | NFS: Remove the unused return_delegation() callbackTrond Myklebust2018-04-10
| * | | | NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust2018-04-10
| * | | | NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust2018-04-10
| * | | | NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-10
| * | | | NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-10
| * | | | NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2018-04-10
| * | | | NFSv4: Fix nfs4_return_incompatible_delegationTrond Myklebust2018-04-10
| * | | | nfs4: wake any lock waiters on successful RECLAIM_COMPLETEJeff Layton2018-04-10
| * | | | nfs4: don't compare clientid in nfs4_wake_lock_waiterJeff Layton2018-04-10
| * | | | nfs4: always reset notified flag to false before repolling for lockJeff Layton2018-04-10
* | | | | Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-12
|\ \ \ \ \
| * | | | | buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-19
| * | | | | vfs: factor sb iteration out of do_emergency_remountMateusz Guzik2017-10-05
* | | | | | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-09
| * | | | | afs: Add stats for data transfer operationsDavid Howells2018-04-09
| * | | | | afs: Trace protocol errorsDavid Howells2018-04-09
| * | | | | afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-09
| * | | | | afs: Adjust the directory XDR structuresDavid Howells2018-04-09
| * | | | | afs: Split the directory content defs into a headerDavid Howells2018-04-09
| * | | | | afs: Fix directory handlingDavid Howells2018-04-09
| * | | | | afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-09
| * | | | | afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-09
| * | | | | afs: Rearrange status mappingDavid Howells2018-04-09
| * | | | | afs: Make it possible to get the data version in readpageDavid Howells2018-04-09
| * | | | | afs: Init inode before accessing cacheDavid Howells2018-04-09
| * | | | | afs: Introduce a statistics proc fileDavid Howells2018-04-09
| * | | | | afs: Dump bad status recordDavid Howells2018-04-09
| * | | | | afs: Implement @cell substitution handlingDavid Howells2018-04-09
| * | | | | afs: Implement @sys substitution handlingDavid Howells2018-04-09
| * | | | | afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-09
| * | | | | afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-09
| * | | | | afs: Fix checker warningsDavid Howells2018-04-09
* | | | | | Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-11
|\ \ \ \ \ \
| * | | | | | ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao2018-04-04
| * | | | | | ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao2018-04-04
| * | | | | | ubifs: remove unnecessary assignmentStefan Agner2018-04-04
| * | | | | | ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-04
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-11
|\ \ \ \ \ \ \
| * | | | | | | page cache: use xa_lockMatthew Wilcox2018-04-11
| * | | | | | | xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-11
| * | | | | | | fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-11
| * | | | | | | export __set_page_dirtyMatthew Wilcox2018-04-11
| * | | | | | | elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-04-11
| * | | | | | | fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-04-11
| * | | | | | | fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov2018-04-11
| * | | | | | | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-11
| * | | | | | | exec: pin stack limit during execKees Cook2018-04-11
| * | | | | | | exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-11