summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: exec: apply CLOEXEC before changing dumpable task flagsAleksa Sarai2017-01-151-2/+8
* block_dev: don't test bdev->bd_contains when it is not stableNeilBrown2017-01-151-1/+1
* ext4: return -ENOMEM instead of successDan Carpenter2017-01-151-1/+3
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-151-1/+1
* CIFS: Fix a possible memory corruption during reconnectPavel Shilovsky2017-01-155-31/+85
* CIFS: Fix a possible memory corruption in push locksPavel Shilovsky2017-01-151-1/+1
* CIFS: Fix missing nls unload in smb2_reconnect()Pavel Shilovsky2017-01-151-1/+1
* xfs: set AGI buffer type in xlog_recover_clear_agi_bucketEric Sandeen2017-01-151-0/+1
* block: protect iterate_bdevs() against concurrent closeRabin Vincent2017-01-151-1/+6
* Btrfs: fix tree search logic when replaying directory entry deletesRobbie Ko2017-01-151-2/+1
* f2fs: set ->owner for debugfs status file's file_operationsNicolai Stange2017-01-151-0/+1
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-151-3/+8
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-151-9/+6
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2017-01-152-1/+17
* ext4: fix stack memory corruption with 64k block sizeChandan Rajendra2017-01-131-1/+1
* ext4: fix mballoc breakage with 64k block sizeChandan Rajendra2017-01-131-1/+1
* nfsd: Disable NFSv2 timestamp workaround for NFSv3+Andreas Gruenbacher2016-12-232-38/+50
* fuse: Propagate dentry down to inode_change_ok()Jan Kara2016-12-233-5/+6
* ovl: fsync after copy-upMiklos Szeredi2016-11-231-0/+2
* btrfs: fix races on root_log_ctx listsChris Mason2016-11-231-14/+6
* libxfs: clean up _calc_dquots_per_chunkDarrick J. Wong2016-11-231-2/+1
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-11-231-0/+2
* isofs: Do not return EACCES for unknown filesystemsJan Kara2016-11-231-3/+5
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-11-231-1/+2
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-10-051-0/+12
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-10-051-10/+24
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-10-053-39/+25
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-10-052-1/+26
* autofs: use dentry flags to block walks during expireIan Kent2016-10-051-13/+42
* autofs racesAl Viro2016-10-053-22/+15
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-10-051-6/+6
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-10-051-0/+1
* Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2016-10-051-0/+1
* ovl: fix workdir creationMiklos Szeredi2016-09-221-2/+2
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-151-0/+19
* kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-09-151-7/+21
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-09-151-0/+1
* xfs: fix superblock inprogress checkDave Chinner2016-09-121-1/+2
* ovl: don't copy up opaquenessMiklos Szeredi2016-09-123-2/+4
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-121-1/+17
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-08-311-1/+3
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-08-311-1/+1
* nfsd: check permissions when setting ACLsBen Hutchings2016-08-223-27/+25
* posix_acl: Add set_posix_aclAndreas Gruenbacher2016-08-221-17/+21
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-221-1/+1
* fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-08-221-0/+9
* fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-08-221-0/+15
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-08-221-1/+29
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-08-225-5/+104