summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.thaw' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-04-122-51/+79
|\
| * buffer.c: call thaw_super during emergency thawMateusz Guzik2018-03-192-26/+43
| * vfs: factor sb iteration out of do_emergency_remountMateusz Guzik2017-10-051-25/+36
* | Merge branch 'afs-dh' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-04-1225-591/+2562
|\ \
| * | afs: Do better accretion of small writes on newly created contentDavid Howells2018-04-095-21/+24
| * | afs: Add stats for data transfer operationsDavid Howells2018-04-094-0/+23
| * | afs: Trace protocol errorsDavid Howells2018-04-096-46/+58
| * | afs: Locally edit directory data for mkdir/create/unlink/...David Howells2018-04-097-29/+625
| * | afs: Adjust the directory XDR structuresDavid Howells2018-04-092-53/+53
| * | afs: Split the directory content defs into a headerDavid Howells2018-04-092-52/+67
| * | afs: Fix directory handlingDavid Howells2018-04-097-108/+271
| * | afs: Split the dynroot stuff out and give it its own ops tablesDavid Howells2018-04-095-185/+228
| * | afs: Keep track of invalid-before version for dentry coherencyDavid Howells2018-04-094-5/+18
| * | afs: Rearrange status mappingDavid Howells2018-04-095-129/+216
| * | afs: Make it possible to get the data version in readpageDavid Howells2018-04-095-44/+59
| * | afs: Init inode before accessing cacheDavid Howells2018-04-091-5/+2
| * | afs: Introduce a statistics proc fileDavid Howells2018-04-094-1/+57
| * | afs: Dump bad status recordDavid Howells2018-04-091-0/+35
| * | afs: Implement @cell substitution handlingDavid Howells2018-04-093-1/+89
| * | afs: Implement @sys substitution handlingDavid Howells2018-04-094-1/+353
| * | afs: Prospectively look up extra files when doing a single lookupDavid Howells2018-04-097-63/+550
| * | afs: Don't over-increment the cell usage count when pinning itDavid Howells2018-04-092-3/+4
| * | afs: Fix checker warningsDavid Howells2018-04-0911-50/+35
* | | Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-04-114-9/+12
|\ \ \
| * | | ubifs: Remove useless parameter of lpt_heap_replaceJiang Biao2018-04-041-3/+1
| * | | ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idxJiang Biao2018-04-041-1/+1
| * | | ubifs: remove unnecessary assignmentStefan Agner2018-04-041-1/+0
| * | | ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger2018-04-041-4/+10
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-04-1138-453/+547
|\ \ \ \
| * | | | page cache: use xa_lockMatthew Wilcox2018-04-1114-140/+134
| * | | | xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox2018-04-111-1/+1
| * | | | fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-112-2/+2
| * | | | export __set_page_dirtyMatthew Wilcox2018-04-112-14/+4
| * | | | elf: enforce MAP_FIXED on overlaying elf segmentsMichal Hocko2018-04-111-3/+10
| * | | | fs, elf: drop MAP_FIXED usage from elf_mapMichal Hocko2018-04-111-4/+9
| * | | | fs/dcache.c: add cond_resched() in shrink_dentry_list()Nikolay Borisov2018-04-111-3/+2
| * | | | fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()Waiman Long2018-04-111-1/+1
| * | | | exec: pin stack limit during execKees Cook2018-04-111-12/+15
| * | | | exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-115-0/+10
| * | | | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-1/+7
| * | | | seq_file: account everything to kmemcgAlexey Dobriyan2018-04-111-4/+4
| * | | | seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-2/+10
| * | | | fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton2018-04-111-1/+1
| * | | | autofs4: use wait_event_killableMatthew Wilcox2018-04-111-27/+2
| * | | | proc: use slower rb_first()Alexey Dobriyan2018-04-114-19/+17
| * | | | proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-113-5/+6
| * | | | proc: reject "." and ".." as filenamesAlexey Dobriyan2018-04-111-0/+8
| * | | | proc: do mmput ASAP for /proc/*/map_filesAlexey Dobriyan2018-04-111-1/+1
| * | | | proc: faster /proc/cmdlineAlexey Dobriyan2018-04-111-1/+2
| * | | | proc: register filesystem lastAlexey Dobriyan2018-04-111-6/+2