summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix uninitialized flags in pipe_bufferMiklos Szeredi2017-02-231-0/+1
* 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
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-02-141-2/+4
* fs: break out of iomap_file_buffered_write on fatal signalsMichal Hocko2017-02-092-0/+8
* 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
* xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong2017-02-041-10/+18
* xfs: clear _XBF_PAGES from buffers when readahead pageDarrick J. Wong2017-02-041-0/+1
* xfs: extsize hints are not unlikely in xfs_bmap_btallocChristoph Hellwig2017-02-041-2/+2
* xfs: remove racy hasattr check from attr opsBrian Foster2017-02-041-6/+0
* xfs: verify dirblocklog correctlyDarrick J. Wong2017-02-041-1/+1
* xfs: fix COW writeback raceChristoph Hellwig2017-02-043-14/+38
* xfs: fix xfs_mode_to_ftype() prototypeArnd Bergmann2017-02-042-2/+2
* xfs: don't wrap ID in xfs_dq_get_next_idEric Sandeen2017-02-041-0/+4
* xfs: sanity check inode di_modeAmir Goldstein2017-02-041-0/+3
* xfs: sanity check inode mode when creating new dentryAmir Goldstein2017-02-041-9/+39
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-02-043-18/+25
* xfs: add missing include dependencies to xfs_dir2.hAmir Goldstein2017-02-041-0/+3
* xfs: sanity check directory inode di_sizeAmir Goldstein2017-02-042-3/+7
* xfs: make the ASSERT() condition likelyAmir Goldstein2017-02-041-3/+3
* xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-02-041-10/+2
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-02-041-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-02-042-65/+18
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-02-043-22/+8
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-02-041-4/+1
* NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-02-011-1/+2
* NFSv4.1: Fix a deadlock in layoutgetTrond Myklebust2017-02-011-0/+1
* Btrfs: remove ->{get, set}_acl() from btrfs_dir_ro_inode_operationsOmar Sandoval2017-02-011-2/+0
* Btrfs: disable xattr operations on subvolume directoriesOmar Sandoval2017-02-011-0/+1
* Btrfs: remove old tree_root case in btrfs_read_locked_inode()Omar Sandoval2017-02-011-4/+1
* xfs: prevent quotacheck from overloading inode lruBrian Foster2017-02-011-1/+2
* ceph: fix endianness bug in frag_tree_split_cmpJeff Layton2017-01-261-1/+2
* ceph: fix endianness of getattr mask in ceph_d_revalidateJeff Layton2017-01-261-2/+3
* ceph: fix ceph_get_caps() interruptionYan, Zheng2017-01-261-1/+6
* ceph: fix scheduler warning due to nested blockingNikolay Borisov2017-01-261-3/+9
* 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: fix time_to_jiffies nsec sanity checkDavid Sheets2017-01-261-1/+1
* 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
* NFS: fix typo in parameter descriptionWei Yongjun2017-01-191-1/+1
* 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
OpenPOWER on IntegriCloud