summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: ubsan fixesDarrick J. Wong2018-02-031-3/+3
* quota: Check for register_shrinker() failure.Tetsuo Handa2018-02-031-1/+2
* lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2018-02-032-4/+9
* nfsd: check for use of the closed special stateidAndrew Elble2018-02-031-2/+5
* grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin2018-02-031-1/+3
* nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust2018-02-031-9/+3
* nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust2018-02-031-0/+8
* btrfs: fix deadlock when writing out space cacheJosef Bacik2018-02-031-1/+2
* nfsd: auth: Fix gid sorting when rootsquash enabledBen Hutchings2018-01-311-2/+3
* fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby2018-01-311-0/+4
* reiserfs: Don't clear SGID when inheriting ACLsJan Kara2018-01-311-5/+7
* reiserfs: don't preallocate blocks for extended attributesJeff Mahoney2018-01-311-1/+1
* reiserfs: fix race in prealloc discardJeff Mahoney2018-01-311-2/+10
* ext2: Don't clear SGID when inheriting ACLsJan Kara2018-01-311-14/+22
* fs/select: add vmalloc fallback for select(2)Vlastimil Babka2018-01-311-3/+11
* pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence2018-01-231-2/+16
* locks: don't check for race with close when setting OFD lockJeff Layton2018-01-171-6/+10
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2018-01-101-0/+3
* udf: Avoid overflow when session starts at large offsetJan Kara2017-12-201-1/+1
* tty fix oops when rmmod 8250nixiaoming2017-12-201-1/+2
* xfs: fix incorrect extent state in xfs_bmap_add_extent_unwritten_realChristoph Hellwig2017-12-201-1/+1
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-12-201-1/+3
* btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-12-201-0/+14
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-12-201-2/+2
* afs: Fix afs_kill_pages()David Howells2017-12-201-3/+7
* afs: Fix page leak in afs_write_begin()David Howells2017-12-201-2/+5
* afs: Populate and use client modification timeMarc Dionne2017-12-202-10/+10
* afs: Fix the maths in afs_fs_store_data()David Howells2017-12-201-1/+1
* afs: Prevent callback expiry timer overflowTina Ruchandani2017-12-203-6/+7
* afs: Migrate vlocation fields to 64-bitTina Ruchandani2017-12-204-16/+20
* afs: Flush outstanding writes when an fd is closedDavid Howells2017-12-203-0/+16
* afs: Adjust mode bits processingMarc Dionne2017-12-201-1/+6
* afs: Populate group ID from vnode statusMarc Dionne2017-12-201-1/+1
* afs: Fix missing put_page()David Howells2017-12-201-0/+1
* writeback: fix memory leak in wb_queue_work()Tahsin Erdogan2017-12-201-14/+21
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-12-201-15/+12
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-12-201-1/+2
* userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGEAndrea Arcangeli2017-12-201-1/+1
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-201-0/+1
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-201-4/+38
* autofs: fix careless error in recent commitNeilBrown2017-12-201-1/+0
* afs: Connect up the CB.ProbeUuidDavid Howells2017-12-161-0/+3
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-161-1/+1
* Revert "ocfs2: should wait dio before inode lock in ocfs2_setattr()"Greg Kroah-Hartman2017-12-091-7/+2
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-12-091-1/+0
* nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington2017-12-091-3/+0
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59