summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-07-21sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman
2015-07-21mnt: Modify fs_fully_visible to deal with locked ro nodev and atimeEric W. Biederman
2015-07-21mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman
2015-07-21mnt: Update fs_fully_visible to test for permanently empty directoriesEric W. Biederman
2015-07-21sysfs: Add support for permanently empty directories to serve as mount points.Eric W. Biederman
2015-07-21kernfs: Add support for always empty directories.Eric W. Biederman
2015-07-21proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman
2015-07-21sysctl: Allow creating permanently empty directories that serve as mountpoints.Eric W. Biederman
2015-07-21fs: Add helper functions for permanently empty directories.Eric W. Biederman
2015-07-10fs/ufs: restore s_lock mutex_init()Fabian Frederick
2015-07-10ufs: Fix possible deadlock when looking up directoriesJan Kara
2015-07-10ufs: Fix warning from unlock_new_inode()Jan Kara
2015-07-10vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman
2015-07-10vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-07-10fs/ufs: restore s_lock mutexFabian Frederick
2015-07-10fs/ufs: revert "ufs: fix deadlocks introduced by sb mutex merge"Fabian Frederick
2015-07-10fs: Fix S_NOSEC handlingJan Kara
2015-06-22Btrfs: fix regression in raid level conversionChris Mason
2015-06-22Btrfs: fix uninit variable in clone ioctlChris Mason
2015-06-22Btrfs: fix range cloning when same inode used as source and destinationFilipe Manana
2015-06-22btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney
2015-06-22btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song
2015-06-22Btrfs: send, don't leave without decrementing clone root's send_progressFilipe Manana
2015-06-22Btrfs: send, add missing check for dead clone rootFilipe Manana
2015-06-22aio: fix serial draining in exit_aio()Jens Axboe
2015-06-06fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-06-06vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-06nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-06nfsd/blocklayout: pretend we can send deviceid notificationsChristoph Hellwig
2015-06-06kernfs: do not account ino_ida allocations to memcgVladimir Davydov
2015-06-06parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-06-06jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-06-06ext4: check for zero length extent explicitlyEryu Guan
2015-06-06ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-06-06ext4: fix lazytime optimizationTheodore Ts'o
2015-06-06d_walk() might skip too muchAl Viro
2015-06-06Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana
2015-06-06ovl: mount read-only if workdir can't be createdMiklos Szeredi
2015-06-06ovl: don't remove non-empty opaque directoryMiklos Szeredi
2015-06-06xfs: xfs_iozero can return positive errnoDave Chinner
2015-06-06xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-06-06omfs: fix sign confusion for bitmap loop counterBob Copeland
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-06-06fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman
2015-06-06mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman
2015-05-17coredump: accept any write methodAl Viro
2015-05-17path_openat(): fix double fput()Al Viro
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi