summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-08-271-3/+3
* fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim2015-08-271-19/+26
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-271-5/+25
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-08-271-3/+7
* nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-08-271-5/+6
* NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-08-251-4/+4
* xfs: remote attributes need to be considered dataDave Chinner2015-08-251-4/+11
* xfs: remote attribute headers contain an invalid LSNDave Chinner2015-08-252-9/+31
* sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-08-204-27/+15
* freeing unlinked file indefinitely delayedAl Viro2015-08-121-0/+3
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-08-101-0/+14
* Btrfs: fix list transaction->pending_ordered corruptionFilipe Manana2015-08-101-2/+2
* Btrfs: fix memory leak in the extent_same ioctlFilipe Manana2015-08-101-1/+3
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-08-102-4/+2
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-08-101-4/+7
* hpfs: kstrdup() out of memory handlingSanidhya Kashyap2015-08-101-2/+5
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-201-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-201-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-201-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-07-201-3/+12
* Btrfs: fix fsync data loss after append writeFilipe Manana2015-07-201-5/+9
* Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-07-201-4/+11
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-07-201-1/+1
* fs/ufs: restore s_lock mutex_init()Fabian Frederick2015-07-151-0/+1
* Btrfs: lock superblock before remounting for rw subvolOmar Sandoval2015-07-151-0/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-07-151-1/+1
* vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2015-07-151-11/+0
* mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman2015-07-151-3/+2
* sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman2015-07-151-0/+34
* kernfs: Add support for always empty directories.Eric W. Biederman2015-07-152-1/+39
* proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-154-2/+36
* sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman2015-07-151-0/+37
* fs: Add helper functions for permanently empty directories.Eric W. Biederman2015-07-151-0/+96
* vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman2015-07-151-2/+6
* fuse: initialize fc->release before calling itMiklos Szeredi2015-07-151-1/+1
* fs: Fix S_NOSEC handlingJan Kara2015-07-151-2/+2
* xfs: don't truncate attribute extents if no extents existBrian Foster2015-07-151-2/+8
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-07-151-1/+1
* xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-07-151-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-07-151-0/+1
* pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust2015-07-151-0/+2
* fs/ufs: restore s_lock mutexFabian Frederick2015-07-154-25/+36
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-07-152-10/+33
* jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-07-151-1/+1
* fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2015-07-152-7/+12
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-07-151-4/+19
* mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman2015-07-151-3/+21
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-07-151-0/+2
* mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-07-093-9/+9
* nfs: take extra reference to fl->fl_file when running a setlkJeff Layton2015-07-061-0/+3