aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-06-28xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig1-3/+1
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig2-4/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong31-41/+71
2019-06-28afs: Add support for the UAE error tableDavid Howells2-28/+152
2019-06-28NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust1-1/+1
2019-06-28cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2-5/+73
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-21/+26
2019-06-28Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+1
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds4-19/+25
2019-06-27iomap: fix page_done callback for short writesAndreas Gruenbacher1-1/+1
2019-06-27fs: fold __generic_write_end back into generic_write_endChristoph Hellwig2-35/+29
2019-06-27iomap: don't mark the inode dirty in iomap_write_endAndreas Gruenbacher2-1/+16
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells10-21/+78
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells5-8/+12
2019-06-27gfs2: replace more printk with calls to fs_info and friendsBob Peterson4-20/+21
2019-06-27gfs2: dump fsid when dumping glock problemsBob Peterson8-30/+55
2019-06-27gfs2: simplify gfs2_freeze by removing caseBob Peterson1-8/+2
2019-06-27gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWNBob Peterson11-19/+19
2019-06-27gfs2: Warn when a journal replay overwrites a rgrp with buffersBob Peterson1-2/+20
2019-06-27gfs2: log which portion of the journal is replayedBob Peterson1-1/+2
2019-06-27gfs2: eliminate tr_num_revoke_rmBob Peterson3-6/+4
2019-06-27gfs2: kthread and remount improvementsBob Peterson1-7/+14
2019-06-27gfs2: Use IS_ERR_OR_NULLKefeng Wang4-5/+5
2019-06-27gfs2: Clean up freeing struct gfs2_sbdAndreas Gruenbacher3-11/+17
2019-06-27fscrypt: remove selection of CONFIG_CRYPTO_SHA256Eric Biggers1-1/+0
2019-06-27ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton1-1/+2
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner1-2/+1
2019-06-26fs/adfs: add time stamp and file type helpersRussell King4-27/+27
2019-06-26fs/adfs: super: limit idlen according to directory typeRussell King1-2/+8
2019-06-26fs/adfs: super: fix use-after-free bugRussell King1-1/+4
2019-06-26fs/adfs: super: safely update options on remountRussell King1-4/+13
2019-06-26fs/adfs: super: correct superblock flagsRussell King1-2/+4
2019-06-26fs/adfs: clean up indirect disc addresses and fragment IDsRussell King7-49/+41
2019-06-26fs/adfs: clean up error message printingRussell King3-26/+38
2019-06-26fs/adfs: use %pV for error messagesRussell King1-5/+7
2019-06-26fs/adfs: use format_version from disc_recordRussell King2-3/+1
2019-06-26fs/adfs: add helper to get filesystem sizeRussell King2-15/+9
2019-06-26fs/adfs: add helper to get discrecord from mapRussell King5-7/+9
2019-06-25quota: honor quota type in Q_XGETQSTAT[V] callsEric Sandeen1-26/+12
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar58-292/+238
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar55-265/+216
2019-06-24io_uring: add support for sqe linksJens Axboe1-48/+193
2019-06-24binfmt_flat: don't offset the data startChristoph Hellwig1-12/+8
2019-06-24binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.cChristoph Hellwig1-0/+6
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig1-3/+1
2019-06-24binfmt_flat: make support for old format binaries optionalChristoph Hellwig2-8/+29
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig1-1/+4
2019-06-24binfmt_flat: add endianess annotationsChristoph Hellwig1-10/+16
2019-06-24binfmt_flat: remove the uapi <linux/flat.h> headerChristoph Hellwig1-0/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2-2/+6