summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust2019-08-161-1/+1
* smb3: send CAP_DFS capability during session setupSteve French2019-08-161-0/+5
* SMB3: Fix deadlock in validate negotiate hits reconnectPavel Shilovsky2019-08-161-1/+1
* dax: dax_layout_busy_page() should not unmap cow pagesVivek Goyal2019-08-161-1/+1
* gfs2: gfs2_walk_metadata fixAndreas Gruenbacher2019-08-161-63/+101
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-091-3/+0Star
* Btrfs: fix race leading to fs corruption after transaction abortFilipe Manana2019-08-061-0/+10
* Btrfs: fix incremental send failure after deduplicationFilipe Manana2019-08-061-62/+15Star
* coda: add error handling for fgetZhouyang Jia2019-08-061-1/+4
* ceph: return -ERANGE if virtual xattr value didn't fit in bufferJeff Layton2019-08-061-7/+7
* ceph: fix improper use of smp_mb__before_atomic()Andrea Parri2019-08-061-1/+6
* cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg2019-08-061-4/+4
* btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit()Qu Wenruo2019-08-061-2/+22
* btrfs: fix minimum number of chunk errors for DUPDavid Sterba2019-08-061-2/+1Star
* fs/adfs: super: fix use-after-free bugRussell King2019-08-061-1/+4
* ceph: hold i_ceph_lock when removing caps for freeing inodeYan, Zheng2019-08-041-2/+5
* /proc/<pid>/cmdline: add back the setproctitle() special caseLinus Torvalds2019-08-041-4/+77
* /proc/<pid>/cmdline: remove all the special casesLinus Torvalds2019-08-041-63/+8Star
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-1/+1
* NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-08-041-2/+2
* NFSv4: Fix lookup revalidate of regular filesTrond Myklebust2019-08-041-40/+39Star
* NFS: Refactor nfs_lookup_revalidate()Trond Myklebust2019-08-041-96/+126
* NFS: Fix dentry revalidation on NFSv4 lookupTrond Myklebust2019-08-041-3/+12
* access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-311-0/+19
* btrfs: inode: Don't compress if NODATASUM or NODATACOW setQu Wenruo2019-07-311-1/+23
* proc: use down_read_killable mmap_sem for /proc/pid/mapsKonstantin Khlebnikov2019-07-312-2/+10
* proc: use down_read_killable mmap_sem for /proc/pid/map_filesKonstantin Khlebnikov2019-07-311-6/+22
* proc: use down_read_killable mmap_sem for /proc/pid/clear_refsKonstantin Khlebnikov2019-07-311-1/+4
* proc: use down_read_killable mmap_sem for /proc/pid/pagemapKonstantin Khlebnikov2019-07-311-1/+3
* proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollupKonstantin Khlebnikov2019-07-311-2/+6
* memcg, fsnotify: no oom-kill for remote memcg chargingShakeel Butt2019-07-312-3/+10
* 9p: pass the correct prototype to read_cache_pageChristoph Hellwig2019-07-311-2/+4
* dlm: check if workqueues are NULL before flushing/destroyingDavid Windsor2019-07-311-6/+12
* f2fs: avoid out-of-range memory accessOcean Chen2019-07-311-0/+5
* ext4: allow directory holesTheodore Ts'o2019-07-282-18/+46
* ext4: use jbd2_inode dirty range scopingRoss Zwisler2019-07-283-10/+18
* jbd2: introduce jbd2_inode dirty range scopingRoss Zwisler2019-07-283-27/+49
* ext4: enforce the immutable flag on open filesTheodore Ts'o2019-07-282-0/+15
* ext4: don't allow any modifications to an immutable fileDarrick J. Wong2019-07-281-1/+45
* eCryptfs: fix a couple type promotion bugsDan Carpenter2019-07-261-4/+8
* xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-07-261-3/+3
* xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-07-261-10/+17
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-07-261-0/+8
* xfs: reserve blocks for ifree transaction during log recoveryDarrick J. Wong2019-07-262-0/+8
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-07-262-12/+17
* xfs: rename m_inotbt_nores to m_finobt_noresDarrick J. Wong2019-07-264-5/+5
* xfs: don't overflow xattr listent bufferDarrick J. Wong2019-07-262-0/+4
* xfs: flush removing page cache in xfs_reflink_remap_prepDave Chinner2019-07-263-5/+16
* xfs: fix pagecache truncation prior to reflinkDarrick J. Wong2019-07-261-2/+3
* coda: pass the host file in vma->vm_file on mmapJan Harkes2019-07-261-2/+68