summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman4-27/+15
2015-07-21mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman1-3/+21
2015-07-21mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman3-9/+9
2015-07-21mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman1-3/+2
2015-07-21sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman1-0/+34
2015-07-21kernfs: Add support for always empty directories.Eric W. Biederman2-1/+39
2015-07-21proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman4-2/+35
2015-07-21sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman1-0/+37
2015-07-21fs: Add helper functions for permanently empty directories.Eric W. Biederman1-0/+96
2015-07-10fs/ufs: restore s_lock mutex_init()Fabian Frederick1-0/+1
2015-07-10ufs: Fix possible deadlock when looking up directoriesJan Kara1-0/+1
2015-07-10ufs: Fix warning from unlock_new_inode()Jan Kara1-1/+6
2015-07-10vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2015-07-10vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-11/+0
2015-07-10fs/ufs: restore s_lock mutexFabian Frederick4-25/+36
2015-07-10fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick2-7/+12
2015-07-10fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-06-23Btrfs: fix regression in raid level conversionChris Mason1-0/+18
2015-06-23Btrfs: fix uninit variable in clone ioctlChris Mason1-1/+1
2015-06-23Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana1-2/+4
2015-06-23btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-06-23btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-06-23Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana1-2/+2
2015-06-23Btrfs: send, add missing check for dead clone rootFilipe Manana1-1/+2
2015-06-23aio: fix serial draining in exit_aio()Jens Axboe1-15/+30
2015-06-06fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-06-06vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-06nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-10/+11
2015-06-06nfsd/blocklayout: pretend we can send deviceid notificationsChristoph Hellwig1-0/+11
2015-06-06kernfs: do not account ino_ida allocations to memcgVladimir Davydov1-1/+8
2015-06-06parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller1-0/+3
2015-06-06jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2-9/+19
2015-06-06ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-06-06ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2-9/+22
2015-06-06ext4: fix lazytime optimizationTheodore Ts'o1-1/+1
2015-06-06d_walk() might skip too muchAl Viro1-4/+4
2015-06-06Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2-0/+3
2015-06-06ovl: mount read-only if workdir can't be createdMiklos Szeredi3-5/+17
2015-06-06ovl: don't remove non-empty opaque directoryMiklos Szeredi1-5/+19
2015-06-06xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-06-06xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-06-06omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-06-06fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman1-2/+2
2015-06-06mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman1-2/+5
2015-05-17coredump: accept any write methodAl Viro1-1/+1
2015-05-17path_openat(): fix double fput()Al Viro1-1/+2
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13