summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-03-21get rid of s_files and files_lockAl Viro
2016-03-21ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi
2016-03-219p: don't leave a half-initialized inode sitting aroundAl Viro
2016-03-21hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches
2016-03-21hpfs: kstrdup() out of memory handlingSanidhya Kashyap
2016-03-21ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2016-03-21ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2016-03-21fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim
2016-03-21Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-10-22Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia
2015-10-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-10-22dcache: Handle escaped paths in prepend_pathEric W. Biederman
2015-10-22jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-10-22fuse: initialize fc->release before calling itMiklos Szeredi
2015-10-22ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-10-22ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-10-22jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-10-22jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-10-22ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-10-22NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-10-22fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-09-18pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings
2015-09-18udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-09-18vfs: read file_handle only once in handle_to_pathSasha Levin
2015-09-18d_walk() might skip too muchAl Viro
2015-09-18fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-09-18ext4: check for zero length extent explicitlyEryu Guan
2015-09-18nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig
2015-09-18ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi
2015-09-18nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-09-18ext4: move check under lock scope to close a race.Davide Italiano
2015-09-18RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro
2015-09-18nfs: fix high load average due to callback thread sleepingJeff Layton
2015-09-18nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton
2015-09-18nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera
2015-09-18fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson
2015-09-18Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana
2015-09-18ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner
2015-09-18btrfs: don't accept bare namespace as a valid xattrDavid Sterba
2015-09-18Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana
2015-06-19don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro
2015-06-19autofs4: check dev ioctl size before allocatingSasha Levin
2015-06-19fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn
2015-06-19splice: Apply generic position and size checks to each writeBen Hutchings
2015-06-19ocfs2: _really_ sync the right rangeAl Viro
2015-06-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp
2015-06-19hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov
2015-06-19fuse: set stolen page uptodateMiklos Szeredi
2015-06-19fuse: notify: don't move pagesMiklos Szeredi
2015-06-19eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks