summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2016-01-221-1/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2016-01-221-1/+1
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2016-01-222-3/+15
* Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2016-01-221-2/+8
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2015-10-221-2/+27
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-10-221-0/+10
* udf: Check length of extended attributes and allocation descriptorsJan Kara2015-10-221-0/+10
* disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French2015-10-221-2/+6
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-221-1/+2
* vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman2015-10-011-9/+0
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-10-012-8/+4
* hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2015-10-011-9/+11
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-10-011-6/+32
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-10-011-2/+2
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-011-1/+1
* hpfs: update ctime and mtime on directory modificationMikulas Patocka2015-09-211-1/+24
* signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras2015-08-161-2/+3
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-08-161-3/+7
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-161-5/+25
* freeing unlinked file indefinitely delayedAl Viro2015-08-101-0/+3
* hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches2015-08-031-4/+7
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-08-032-4/+2
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-031-0/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-031-1/+1
* fuse: initialize fc->release before calling itMiklos Szeredi2015-08-031-1/+1
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-08-031-1/+1
* xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen2015-08-031-1/+1
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-08-032-10/+33
* jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-08-031-1/+1
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-08-031-11/+5
* ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-08-031-4/+5
* ext4: be more strict when migrating to non-extent based fileEryu Guan2015-08-031-1/+11
* ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner2015-08-031-3/+12
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-08-031-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-08-031-0/+1
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-08-031-4/+19
* fs: Fix S_NOSEC handlingJan Kara2015-07-101-2/+2
* d_walk() might skip too muchJari Ruusu2015-07-031-8/+8
* Btrfs: make xattr replace operations atomicFilipe Manana2015-07-034-65/+111
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-07-031-28/+48
* get rid of s_files and files_lockAl Viro2015-07-034-149/+2
* fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2015-07-031-15/+10
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2015-06-291-23/+32
* btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney2015-06-221-0/+9
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-06-221-1/+4
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-06-051-1/+1
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-06-051-2/+3
* ext4: check for zero length extent explicitlyEryu Guan2015-06-051-1/+1
* ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov2015-06-051-2/+3
* d_walk() might skip too muchAl Viro2015-06-051-4/+4