summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-02-23fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi1-0/+1
2017-02-23fuse: fix use after free issue in fuse_dev_do_read()Sahitya Tummala1-0/+4
2017-02-23vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2017-02-14btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney1-2/+4
2017-02-09fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2-0/+8
2017-02-09cifs: initialize file_info_lockRabin Vincent1-0/+1
2017-02-09NFSD: Fix a null reference case in find_or_create_lock_stateid()Kinglong Mee3-15/+13
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-02-04xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong1-10/+18
2017-02-04xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong1-0/+1
2017-02-04xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig1-2/+2
2017-02-04xfs: remove racy hasattr check from attr opsBrian Foster1-6/+0
2017-02-04xfs: verify dirblocklog correctlyDarrick J. Wong1-1/+1
2017-02-04xfs: fix COW writeback raceChristoph Hellwig3-14/+38
2017-02-04xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2-2/+2
2017-02-04xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen1-0/+4
2017-02-04xfs: sanity check inode di_modeAmir Goldstein1-0/+3
2017-02-04xfs: sanity check inode mode when creating new dentryAmir Goldstein1-9/+39
2017-02-04xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein3-18/+25
2017-02-04xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein1-0/+3
2017-02-04xfs: sanity check directory inode di_sizeAmir Goldstein2-3/+7
2017-02-04xfs: make the ASSERT() condition likelyAmir Goldstein1-3/+3
2017-02-04xfs: don't print warnings when xfs_log_force failsChristoph Hellwig1-10/+2
2017-02-04xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig1-3/+4
2017-02-04xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2-65/+18
2017-02-04xfs: fix bogus minleft manipulationsChristoph Hellwig3-22/+8
2017-02-04xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig1-4/+1
2017-02-01NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington1-1/+2
2017-02-01NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust1-0/+1
2017-02-01Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval1-2/+0
2017-02-01Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval1-0/+1
2017-02-01Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval1-4/+1
2017-02-01xfs: prevent quotacheck from overloading inode lruBrian Foster1-1/+2
2017-01-26ceph: fix endianness bug in frag_tree_split_cmpJeff Layton1-1/+2
2017-01-26ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton1-2/+3
2017-01-26ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2017-01-26ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2017-01-26ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton1-4/+5
2017-01-26ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger1-2/+23
2017-01-26fuse: fix time_to_jiffies nsec sanity checkDavid Sheets1-1/+1
2017-01-26fuse: clear FR_PENDING flag when moving requests out of pending queueTahsin Erdogan1-1/+2
2017-01-26tmpfs: clear S_ISGID when setting posix ACLsGu Zheng1-5/+4
2017-01-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2017-01-19NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2017-01-19pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust1-5/+3
2017-01-19NFS: fix typo in parameter descriptionWei Yongjun1-1/+1
2017-01-19btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney1-0/+3
2017-01-19btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney1-1/+1
2017-01-19sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming1-1/+2
2017-01-19mnt: Protect the mountpoint hashtable with mount_lockEric W. Biederman2-21/+50