summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pstore: Fix double-free in pstore_mkfile() failure pathNorbert Manthey2019-07-261-7/+6
* dax: Fix missed wakeup with PMD faultsMatthew Wilcox (Oracle)2019-07-261-20/+33
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-07-261-4/+8
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-261-2/+68
* Btrfs: add missing inode version, ctime and mtime updates when punching holeFilipe Manana2019-07-261-0/+5
* Btrfs: fix fsync not persisting dentry deletions due to inode evictionsFilipe Manana2019-07-261-2/+26
* Btrfs: fix data loss after inode eviction, renaming it, and fsync itFilipe Manana2019-07-261-1/+11
* btrfs: correctly validate compression typeJohannes Thumshirn2019-07-263-5/+18
* fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...Radoslaw Burny2019-07-261-0/+4
* ceph: use ceph_evict_inode to cleanup inode's resourceYan, Zheng2019-07-263-4/+7
* ceph: fix end offset in truncate_inode_pages_range callLuis Henriques2019-07-261-1/+1
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-261-1/+1
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-261-1/+1
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-262-86/+7
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-262-1/+2
* CIFS: fix deadlock in cached root handlingAurelien Aptel2019-07-261-1/+45
* cifs: flush before set-info if we have writeable handlesRonnie Sahlberg2019-07-261-0/+16
* cifs: Properly handle auto disabling of serverino optionPaulo Alcantara (SUSE)2019-07-263-2/+12
* cifs: fix crash in smb2_compound_op()/smb2_set_next_command()Ronnie Sahlberg2019-07-262-1/+22
* cifs: always add credits back for unsolicited PDUsRonnie Sahlberg2019-07-261-1/+1
* blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arb...Tejun Heo2019-07-261-1/+7
* fscrypt: clean up some BUG_ON()s in block encryption/decryptionEric Biggers2019-07-261-6/+9
* block: fix .bi_size overflowMing Lei2019-07-142-2/+2
* udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-141-33/+60
* fscrypt: don't set policy for a dead directoryHongjie Fang2019-07-141-0/+2
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-061-1/+0
|\
| * fs: VALIDATE_FS_PARSER should default to nGeert Uytterhoeven2019-07-051-1/+0
* | Merge tag 'nfsd-5.2-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-07-051-1/+1
|\ \
| * | nfsd: Fix overflow causing non-working mounts on 1 TB machinesPaul Menzel2019-07-031-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-051-16/+26
|\ \ \
| * | | fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers2019-07-051-16/+26
* | | | Merge tag 'dax-fix-5.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-051-5/+4
|\ \ \ \
| * | | | dax: Fix xarray entry association for mixed mappingsJan Kara2019-06-061-5/+4
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-07-051-3/+4
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | vfs: move_mount: reject moving kernel internal mountsEric Biggers2019-07-011-3/+4
* | | | Merge tag '5.2-rc6-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2019-07-032-5/+73
|\ \ \ \
| * | | | cifs: fix crash querying symlinks stored as reparse-pointsRonnie Sahlberg2019-06-282-5/+73
* | | | | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-1/+1
|\ \ \ \ \
| * | | | | mm: fix page cache convergence regressionJohannes Weiner2019-05-311-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-06-296-42/+40
|\ \ \ \ \ \
| * | | | | | signal: remove the wrong signal_pending() check in restore_user_sigmask()Oleg Nesterov2019-06-294-25/+32
| * | | | | | fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn2019-06-291-16/+7
| * | | | | | fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-06-291-1/+1
* | | | | | | Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-291-1/+1
|\ \ \ \ \ \ \
| * | | | | | | NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-06-281-1/+1
* | | | | | | | Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-06-291-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-291-3/+2
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | io_uring: ensure req->file is cleared on allocationJens Axboe2019-06-211-3/+2
* | | | | | | | Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2019-06-281-2/+1
|\ \ \ \ \ \ \ \