summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hostfs: Freeing an ERR_PTR in hostfs_fill_sb_common()Dan Carpenter2016-09-301-3/+4
* ceph: Correctly return NXIO errors from ceph_llseekPhil Turnbull2016-09-301-7/+5
* libceph: add an ONSTACK initializer for oidsIlya Dryomov2016-09-301-1/+1
* btrfs: ensure that file descriptor used with subvol ioctls is a dirJeff Mahoney2016-09-301-0/+12
* configfs: Return -EFBIG from configfs_write_bin_file.Phil Turnbull2016-09-301-0/+1
* fanotify: fix list corruption in fanotify_get_response()Jan Kara2016-09-303-39/+25
* fsnotify: add a way to stop queueing events on group shutdownJan Kara2016-09-302-1/+26
* xfs: prevent dropping ioend completions during buftarg waitBrian Foster2016-09-301-1/+1
* autofs: use dentry flags to block walks during expireIan Kent2016-09-301-13/+42
* Revert "ocfs2: bump up o2cb network protocol version"Junxiao Bi2016-09-301-4/+1
* ocfs2: fix start offset to ocfs2_zero_range_for_truncate()Ashish Samant2016-09-301-10/+24
* ocfs2/dlm: fix race between convert and migrationJoseph Qi2016-09-301-6/+6
* reiserfs: fix "new_insert_key may be used uninitialized ..."Jeff Mahoney2016-09-301-1/+2
* fuse: direct-io: don't dirty ITER_BVEC pagesMiklos Szeredi2016-09-241-3/+4
* Btrfs: remove root_log_ctx from ctx list before btrfs_sync_log returnsChris Mason2016-09-241-0/+1
* devpts: return NULL pts 'priv' entry for non-devpts nodesLinus Torvalds2016-09-241-1/+2
* mm: introduce get_task_exe_fileMateusz Guzik2016-09-241-6/+1
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-09-241-2/+10
* pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialisedTrond Myklebust2016-09-241-0/+3
* nfsd: Close race between nfsd4_release_lockowner and nfsd4_lockChuck Lever2016-09-241-23/+17
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-09-241-0/+1
* NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-09-243-4/+35
* pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-09-241-0/+1
* pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-09-242-28/+28
* kernfs: don't depend on d_find_any_alias() when generating notificationsTejun Heo2016-09-241-7/+21
* fscrypto: require write access to mount to set encryption policyEric Biggers2016-09-241-0/+6
* fscrypto: only allow setting encryption policy on directoriesEric Biggers2016-09-151-0/+2
* fscrypto: add authorization check for setting encryption policyEric Biggers2016-09-152-0/+6
* bdev: fix NULL pointer dereferenceVegard Nossum2016-09-151-1/+1
* ubifs: Fix assertion in layout_in_gaps()Vincent Stehlé2016-09-151-1/+1
* ubifs: Fix xattr generic handler usageRichard Weinberger2016-09-151-1/+4
* ovl: fix workdir creationMiklos Szeredi2016-09-151-2/+2
* ovl: listxattr: use strnlen()Miklos Szeredi2016-09-151-7/+10
* ovl: remove posix_acl_default from workdirMiklos Szeredi2016-09-151-0/+19
* ovl: don't copy up opaquenessMiklos Szeredi2016-09-153-1/+4
* ovl: proper cleanup of workdirMiklos Szeredi2016-09-153-2/+65
* xfs: fix superblock inprogress checkDave Chinner2016-09-151-1/+2
* ext4: avoid modifying checksum fields directly during checksum verificationDaeho Jeong2016-09-154-36/+42
* ext4: avoid deadlock when expanding inode sizeJan Kara2016-09-152-8/+13
* ext4: properly align shifted xattrs when expanding inodesJan Kara2016-09-151-1/+1
* ext4: fix xattr shifting when expanding inodes part 2Jan Kara2016-09-151-2/+3
* ext4: fix xattr shifting when expanding inodesJan Kara2016-09-151-13/+14
* ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o2016-09-151-1/+17
* fs: Check for invalid i_uid in may_follow_link()Seth Forshee2016-09-151-1/+3
* sysfs: correctly handle read offset on PREALLOC attrsKonstantin Khlebnikov2016-09-071-1/+7
* btrfs: don't create or leak aliased root while cleaning up orphansJeff Mahoney2016-09-073-11/+22
* btrfs: properly track when rescan worker is runningJeff Mahoney2016-09-073-1/+10
* btrfs: waiting on qgroup rescan should not always be interruptibleJeff Mahoney2016-09-074-6/+13
* fs/seq_file: fix out-of-bounds readVegard Nossum2016-09-071-1/+3
* block: add missing group association in bio-cloning functionsPaolo Valente2016-08-201-6/+0