summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fs/dcache.c: avoid soft-lockup in dput()Wei Fang2016-08-221-2/+5
* dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2016-08-221-4/+114
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-221-1/+4
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-08-221-6/+10
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-08-221-0/+10
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-08-221-3/+21
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-08-222-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-08-221-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-08-221-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-08-221-2/+6
* ovl: verify upper dentry in ovl_remove_and_whiteout()Maxim Patlasov2016-08-071-30/+24
* ovl: Copy up underlying inode's ->i_mode to overlay inodeVivek Goyal2016-08-072-2/+2
* ovl: handle ATTR_KILL*Miklos Szeredi2016-08-071-0/+4
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-201-1/+14
* Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-201-11/+2
* xfs: print name of verifier if it failsEric Sandeen2016-07-1218-2/+24
* pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-07-121-2/+45
* Btrfs: don't use src fd for printkJosef Bacik2016-07-121-1/+1
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-07-121-1/+2
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-07-121-3/+3
* locks: use file_inode()Miklos Szeredi2016-07-121-1/+1
* namespace: update event counter when umounting a deleted dentryAndrey Ulanov2016-07-121-0/+1
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-121-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-121-1/+1
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-07-121-1/+1