summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-253-4/+4
* 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: return a distinct error code value for IGET_INCORE cache missesDarrick J. Wong2017-12-201-1/+1
* xfs: fix log block underflow during recovery cycle verificationBrian Foster2017-12-201-1/+1
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-12-201-1/+2
* btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King2017-12-201-2/+2
* btrfs: undo writable superblocke when sprouting failsAnand Jain2017-12-201-0/+2
* btrfs: Explicitly handle btrfs_update_root failureNikolay Borisov2017-12-201-1/+6
* btrfs: fix false EIO for missing deviceAnand Jain2017-12-201-1/+4
* GFS2: Take inode off order_write list when setting jdata flagBob Peterson2017-12-201-1/+3
* xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan2017-12-201-16/+20
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-201-0/+4
* ext4: add missing error check in __ext4_new_inode()Theodore Ts'o2017-12-201-0/+2
* ext4: fix fdatasync(2) after fallocate(2) operationEryu Guan2017-12-201-0/+1
* ext4: support fast symlinks from ext3 file systemsAndi Kleen2017-12-201-0/+9
* Revert "exec: avoid RLIMIT_STACK races with prlimit()"Kees Cook2017-12-201-6/+1
* nfs: don't wait on commit in nfs_commit_inode() if there were no commit requestsScott Mayhew2017-12-201-0/+2
* ceph: drop negative child dentries before try pruning inode's aliasYan, Zheng2017-12-201-4/+38
* ovl: update ctx->pos on impure dir iterationAmir Goldstein2017-12-201-1/+4
* ovl: Pass ovl_get_nlink() parameters in right orderVivek Goyal2017-12-201-1/+1
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-201-0/+3
* autofs: fix careless error in recent commitNeilBrown2017-12-201-1/+0
* cifs: fix NULL deref in SMB2_readRonnie Sahlberg2017-12-201-15/+15
* fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-12-171-6/+5
* afs: Connect up the CB.ProbeUuidDavid Howells2017-12-141-0/+3
* afs: Fix total-length calculation for multiple-page sendDavid Howells2017-12-141-2/+11
* f2fs: fix to clear FI_NO_PREALLOCChao Yu2017-12-141-0/+1
* fcntl: don't leak fd reference when fixup_compat_flock failsJeff Layton2017-12-141-3/+2
* xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-12-141-0/+1
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-141-1/+1
* pipe: match pipe_max_size data type with procfsJoe Lawrence2017-12-141-1/+1
* btrfs: handle errors while updating refcounts in update_ref_for_cowJeff Mahoney2017-12-141-6/+12
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-141-0/+1
* lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin2017-12-051-0/+2
* nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda2017-12-051-2/+2
* nfsd: Fix another OPEN stateid raceTrond Myklebust2017-12-051-15/+13
* nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust2017-12-051-8/+59
* btrfs: clear space cache inode generation alwaysJosef Bacik2017-12-051-7/+7
* autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-12-051-12/+3
* autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent2017-12-051-11/+6
* fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi2017-12-051-1/+1
* exec: avoid RLIMIT_STACK races with prlimit()Kees Cook2017-12-051-1/+6
* dax: fix PMD faults on zero-length filesJeff Moyer2017-11-301-3/+3
* lockd: double unregister of inetaddr notifiersVasily Averin2017-11-301-11/+9
* fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-11-302-0/+6
* ext4: prevent data corruption with journaling + DAXRoss Zwisler2017-11-302-8/+13
* ext4: prevent data corruption with inline data + DAXRoss Zwisler2017-11-302-10/+5
* ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-11-301-2/+4