summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-11-201-0/+12
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-11-201-10/+24
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-11-203-39/+25
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-11-202-1/+26
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-11-201-6/+6
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-11-201-2/+11
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-11-201-0/+1
* Btrfs: add missing blk_finish_plug in btrfs_sync_log()Forrest Liu2016-11-201-0/+1
* kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-11-201-7/+21
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-11-201-0/+1
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-11-201-1/+3
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-11-201-1/+1
* hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2016-11-201-3/+4
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-11-201-1/+17
* fuse: fix wrong assignment of ->flags in fuse_send_init()Wei Fang2016-11-201-1/+1
* fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov2016-11-201-0/+9
* fuse: fsync() did not return IO errorsAlexey Kuznetsov2016-11-201-0/+15
* CIFS: Fix a possible invalid memory access in smb2_query_symlink()Pavel Shilovsky2016-11-201-1/+29
* ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-11-201-7/+5
* nfs: don't create zero-length requestsBenjamin Coddington2016-11-201-1/+4
* cifs: fix crash due to race in hmac(md5) handlingRabin Vincent2016-11-201-6/+10
* ext4: short-cut orphan cleanup on errorVegard Nossum2016-11-201-0/+10
* ext4: fix reference counting bug on block allocation errorVegard Nossum2016-11-201-14/+3
* cifs: Check for existing directory when opening file with O_CREATSachin Prabhu2016-11-201-3/+21
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-11-201-1/+5
* ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o2016-11-202-0/+10
* ext4: don't call ext4_should_journal_data() on the journal inodeVegard Nossum2016-11-201-3/+3
* ext4: fix deadlock during page writebackJan Kara2016-11-201-3/+26
* ext4: check for extents that wrap aroundVegard Nossum2016-11-201-2/+6
* proc: prevent stacking filesystems on topJann Horn2016-08-221-0/+7
* fs: limit filesystem stacking depthMiklos Szeredi2016-08-221-0/+7
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-08-221-1/+14
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-08-221-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-08-221-1/+1
* fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich2016-08-221-1/+1
* Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2016-08-222-1/+30
* nfsd: check permissions when setting ACLsBen Hutchings2016-08-223-27/+25
* posix_acl: Add set_posix_aclAndreas Gruenbacher2016-08-221-17/+21
* cifs: dynamic allocation of ntlmssp blobJerome Marchand2016-08-223-44/+45
* cifs: use CIFS_MAX_DOMAINNAME_LEN when converting the domain nameJerome Marchand2016-08-221-1/+1
* UBIFS: Implement ->migratepage()Kirill A. Shutemov2016-08-221-0/+24
* fix d_walk()/non-delayed __d_free() raceAl Viro2016-08-221-2/+3
* mnt: fs_fully_visible test the proper mount for MNT_LOCKEDEric W. Biederman2016-08-221-1/+1
* hpfs: implement the show_options methodMikulas Patocka2016-08-221-11/+32
* hpfs: fix remount failure when there are no options changedMikulas Patocka2016-08-221-2/+3
* cifs: Create dedicated keyring for spnego operationsSachin Prabhu2016-08-223-2/+71
* xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-08-221-0/+1
* xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-08-221-4/+4
* xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-08-221-4/+13
* remove directory incorrectly tries to set delete on close on non-empty direct...Steve French2016-08-224-2/+25