summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-10freeing unlinked file indefinitely delayedAl Viro1-0/+3
2015-08-03hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-08-039p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-08-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-08-03NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-08-03fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-08-03Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-08-03xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-08-03jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-08-03jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-08-03ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-03ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-08-03ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-08-03ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-08-03ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-08-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-07-10fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-07-03d_walk() might skip too muchJari Ruusu1-8/+8
2015-07-03Btrfs: make xattr replace operations atomicFilipe Manana4-65/+111
2015-07-03fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-07-03get rid of s_files and files_lockAl Viro4-149/+2
2015-07-03fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10
2015-06-29pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-06-22btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-06-22btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-06-05fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-06-05vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-05ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-06-05ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov1-2/+3
2015-06-05d_walk() might skip too muchAl Viro1-4/+4
2015-06-05fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
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
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-06RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-05-06ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-05-06fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-05-06Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-05-06Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-04-29dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"Ben Hutchings1-1/+3
2015-04-29deal with deadlock in d_walk()Al Viro1-40/+62
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-70/+70
2015-04-29splice: Apply generic position and size checks to each writeBen Hutchings2-5/+11
2015-04-29jfs: fix readdir regressionDave Kleikamp1-2/+2
2015-04-29remove extra definitions of U32_MAXAlex Elder1-4/+0
2015-04-29conditionally define U32_MAXAlex Elder1-0/+2
2015-04-19pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+10
2015-04-19ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1