summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ovl: fsync after copy-upMiklos Szeredi2016-11-251-0/+2
* ubifs: Fix regression in ubifs_readdir()Richard Weinberger2016-11-251-0/+8
* 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: Abort readdir upon errorRichard Weinberger2016-11-231-5/+3
* UBIFS: Fix possible memory leak in ubifs_readdir()Richard Weinberger2016-11-231-2/+3
* ubifs: Fix xattr_names length in exit pathsRichard Weinberger2016-11-231-0/+2
* isofs: Do not return EACCES for unknown filesystemsJan Kara2016-11-011-3/+5
* ceph: fix error handling in ceph_read_iterNikolay Borisov2016-11-011-1/+2
* jbd2: fix incorrect unlock on j_list_lockTaesoo Kim2016-11-011-1/+2
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-10-031-0/+12
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-10-031-10/+24
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-10-033-39/+25
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-10-032-1/+26
* autofs: use dentry flags to block walks during expireIan Kent2016-10-031-13/+42
* autofs racesAl Viro2016-10-033-22/+15
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-10-031-6/+6
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-10-021-2/+10
* fscrypto: require write access to mount to set encryption policyEric Biggers2016-10-021-0/+6
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-10-021-0/+1
* ovl: fix workdir creationMiklos Szeredi2016-10-021-2/+2
* fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-10-021-3/+4
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-151-0/+19
* sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-09-151-1/+7
* sysfs: correctly handle short reads on PREALLOC attrs.NeilBrown2016-09-151-1/+3
* 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: prevent dropping ioend completions during buftarg waitBrian Foster2016-09-121-1/+1
* xfs: fix superblock inprogress checkDave Chinner2016-09-121-1/+2
* pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-09-121-0/+1
* 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
* ext4: verify extent header depthVegard Nossum2016-08-191-0/+4
* ovl: verify upper dentry before unlink and renameMiklos Szeredi2016-08-191-21/+38
* nfsd: check permissions when setting ACLsBen Hutchings2016-08-193-27/+25
* posix_acl: Add set_posix_aclAndreas Gruenbacher2016-08-191-17/+21
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-08-191-1/+1
* fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-08-191-0/+9
* fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-08-191-0/+15
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-08-191-1/+29
* fs/cifs: make share unaccessible at root level mountableAurelien Aptel2016-08-195-5/+104
* fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-08-191-2/+5
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-191-1/+4
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-08-191-6/+10
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-191-0/+10
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-08-171-3/+21
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-172-0/+10