summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski2017-04-121-0/+4
* sysfs: be careful of error returns from ops->show()NeilBrown2017-04-121-2/+4
* fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-316-70/+16
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-03-301-0/+1
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2017-03-301-2/+5
* xfs: don't allow di_size with high bit setDarrick J. Wong2017-03-301-0/+8
* ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-301-3/+2
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher2017-03-261-1/+1
* fscrypto: lock inode while setting encryption policyEric Biggers2017-03-222-1/+12
* fscrypt: fix renaming and linking special filesEric Biggers2017-03-222-0/+11
* ext4: don't BUG when truncating encrypted inodes on the orphan listTheodore Ts'o2017-03-181-0/+4
* fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-151-1/+12
* ceph: remove req from unsafe list when unregistering itJeff Layton2017-03-151-2/+3
* mnt: Tuck mounts under others instead of creating shadow/side mounts.Eric W. Biederman2017-03-154-63/+110
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-03-121-6/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-03-121-1/+1
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-03-121-1/+1
* nfsd: special case truncates some moreChristoph Hellwig2017-03-121-6/+26
* nfsd: minor nfsd_setattr cleanupChristoph Hellwig2017-03-121-17/+12
* gfs2: Add missing rcu locking for glock lookupAndrew Price2017-03-121-0/+5
* fuse: add missing FR_FORCEMiklos Szeredi2017-03-121-0/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: fix inline data error pathsTheodore Ts'o2017-03-122-6/+23
* ext4: fix data corruption in data=journal modeJan Kara2017-03-121-10/+13
* ext4: trim allocation requests to group sizeJan Kara2017-03-121-0/+7
* ext4: do not polute the extents cache while shifting extentsRoman Pen2017-03-121-3/+6
* ext4: Include forgotten start block on fallocate insert rangeRoman Pen2017-03-121-6/+12
* jbd2: don't leak modified metadata buffers on an aborted journalTheodore Ts'o2017-03-121-1/+3
* fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala2017-02-231-0/+4
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-02-231-0/+1
* cifs: initialize file_info_lockRabin Vincent2017-02-091-0/+1
* NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee2017-02-093-15/+13
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-091-0/+9
* NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-02-011-1/+2
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-01-261-4/+5
* ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger2017-01-261-2/+23
* fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan2017-01-261-1/+2
* tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-01-261-5/+4
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-01-191-1/+2
* NFS: Fix a performance regression in readdirTrond Myklebust2017-01-191-13/+2
* pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust2017-01-191-5/+3
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-01-191-0/+3
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-01-191-1/+1
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-01-191-1/+2
* mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2017-01-192-21/+50
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-01-193-0/+19
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-091-1/+1
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2017-01-091-1/+6