summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix locking when we put back a delayed ref that's too newJeff Mahoney2017-03-161-1/+1
* btrfs: fix error handling when run_delayed_extent_op failsJeff Mahoney2017-03-161-0/+3
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-03-161-2/+8
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-03-161-1/+2
* block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2017-03-161-1/+1
* btrfs: limit async_work allocation and worker func durationMaxim Patlasov2017-03-163-2/+19
* Btrfs: delayed-inode: replace root args iff only fs_info usedDaniel Dressler2017-03-161-4/+5
* fsnotify: Fix possible use-after-free in inode iteration on umountJan Kara2017-03-161-36/+9
* fs/notify/inode_mark.c: use list_next_entry in fsnotify_unmount_inodesGeliang Tang2017-03-161-2/+1
* ext4: return -ENOMEM instead of successDan Carpenter2017-03-161-1/+3
* ext4: reject inodes with negative sizeDarrick J. Wong2017-03-161-0/+6
* nfs_write_end(): fix handling of short copiesAl Viro2017-03-161-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-03-165-31/+85
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-03-161-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-03-161-1/+1
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-03-161-0/+1
* NFS: Fix a performance regression in readdirTrond Myklebust2017-03-161-13/+2
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2017-03-161-1/+6
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-03-161-2/+1
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-03-161-0/+1
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-03-161-3/+8
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-03-161-9/+6
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-03-161-15/+23
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-03-161-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-03-161-1/+1
* xfs: fix up xfs_swap_extent_forks inline extent handlingEric Sandeen2017-03-161-2/+5
* tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-02-261-5/+4
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-261-0/+9
* mnt: Add a per mount namespace limit on the number of mountsEric W. Biederman2017-02-264-2/+52
* sysctl: Drop reference added by grab_header in proc_sys_readdirZhou Chengming2017-02-231-1/+2
* fuse: fix clearing suid, sgid for chown()Miklos Szeredi2017-02-231-5/+2
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-02-232-1/+17
* fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi2017-02-231-0/+6
* coredump: fix unfreezable coredumping taskAndrey Ryabinin2017-02-231-0/+3
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2017-02-231-0/+8
* btrfs: fix races on root_log_ctx listsChris Mason2017-02-231-14/+6
* ubifs: Abort readdir upon errorRichard Weinberger2017-02-231-5/+3
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2017-02-231-0/+2
* isofs: Do not return EACCES for unknown filesystemsJan Kara2017-02-231-3/+5
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2017-02-231-1/+2
* fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2017-02-231-3/+3
* Cleanup missing frees on some ioctlsSteve French2017-02-231-1/+2
* Do not send SMB3 SET_INFO request if nothing is changingSteve French2017-02-231-0/+6
* Clarify locking of cifs file and tcon structures and make more granularSteve French2017-02-237-63/+75
* SMB3: GUIDs should be constructed as random but valid uuidsSteve French2017-02-233-3/+3
* Set previous session id correctly on SMB3 reconnectSteve French2017-02-232-1/+6
* cifs: Limit the overall credit acquiredRoss Lagerwall2017-02-232-1/+25
* Display number of credits availableSteve French2017-02-231-0/+1
* fuse: listxattr: verify xattr listMiklos Szeredi2017-02-231-2/+21
* fuse: fix killing s[ug]id in setattrMiklos Szeredi2017-02-231-4/+28