summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Btrfs: fix an integer overflow checkDan Carpenter2017-12-251-1/+6
* 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
* btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET2017-12-201-1/+2
* 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
* 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 abort on signal while waiting for call completionDavid Howells2017-12-201-13/+6
* 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: Better abort and net error handlingDavid Howells2017-12-201-8/+27
* afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2017-12-202-1/+3
* 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: Deal with an empty callback arrayMarc Dionne2017-12-202-7/+9
* 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
* 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
* autofs: fix careless error in recent commitNeilBrown2017-12-201-1/+0
* afs: Connect up the CB.ProbeUuidDavid Howells2017-12-141-0/+3
* 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
* btrfs: fix missing error return in btrfs_drop_snapshotJeff Mahoney2017-12-141-0/+1
* 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
* libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman2017-12-091-1/+2
* dax: Avoid page invalidation races and unnecessary radix tree traversalsJan Kara2017-12-091-17/+11
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-12-051-1/+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
* btrfs: return the actual error value from from btrfs_uuid_tree_iteratePan Bian2017-11-301-3/+1
* fscrypt: use ENOTDIR when setting encryption policy on nondirectoryEric Biggers2017-11-301-1/+1
* fscrypt: use ENOKEY when file cannot be created w/o keyEric Biggers2017-11-305-7/+12
* fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-11-301-3/+0