summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix data corruption in data=journal modeJan Kara2017-06-051-10/+13
* ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o2017-06-051-1/+33
* ext4: trim allocation requests to group sizeJan Kara2017-06-051-0/+7
* ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea()Theodore Ts'o2017-06-053-54/+74
* ext4: avoid deadlock when expanding inode sizeJan Kara2017-06-052-8/+13
* aio: mark AIO pseudo-fs noexecJann Horn2017-04-041-0/+1
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2017-04-044-5/+12
* fs/nfs: fix new compiler warning about boolean in switchAndre Przywara2017-04-041-7/+4
* fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner2017-04-043-23/+15
* vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-03-161-0/+1
* btrfs: fix btrfs_compat_ioctl failures on non-compat ioctlsJeff Mahoney2017-03-161-2/+4
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-03-161-0/+1
* ceph: fix bad endianness handling in parse_reply_info_extraJeff Layton2017-03-161-4/+5
* ubifs: Fix journal replay wrt. xattr nodesRichard Weinberger2017-03-161-2/+23
* ocfs2: fix crash caused by stale lvb with fsdlm pluginEric Ren2017-03-163-0/+19
* 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