summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-01-07seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2-3/+3
2016-01-07sysfs: add sysfs_create/remove_groups()Greg Kroah-Hartman1-0/+54
2016-01-07sysfs: add support for binary attributes in groupsGreg Kroah-Hartman1-20/+46
2016-01-07consolidate the reassignments of ->f_op in ->open() instancesAl Viro1-2/+4
2016-01-07... and kill anon_inode_getfile_private()Al Viro1-66/+0
2016-01-07take anon inode allocation to libfs.cAl Viro2-48/+45
2016-01-07fs/anon_inode: Introduce a new lib function anon_inode_getfile_private()Gu Zheng1-0/+66
2015-12-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+27
2015-12-22dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+10
2015-12-22udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+10
2015-12-22disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-12-22btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-12-22vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-9/+0
2015-12-22hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-12-22hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-12-22fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-12-22NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-12-22NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-12-22hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-12-22signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2015-12-22ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-12-22fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara1-5/+25
2015-12-22freeing unlinked file indefinitely delayedAl Viro1-0/+3
2015-12-22hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-12-229p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-12-22fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-12-22NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-12-22fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-12-22Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-12-22xfs: fix remote symlinks on V5/CRC filesystemsEric Sandeen1-1/+1
2015-12-22jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-12-22jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-12-22ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-12-22ext4: correctly migrate a file with a hole at the beginningEryu Guan1-4/+5
2015-12-22ext4: be more strict when migrating to non-extent based fileEryu Guan1-1/+11
2015-12-22ext4: fix reservation release on invalidatepage for delalloc fsLukas Czerner1-3/+12
2015-12-22ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-12-22ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-12-22ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-12-22fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-12-22d_walk() might skip too muchJari Ruusu1-8/+8
2015-12-22Btrfs: make xattr replace operations atomicFilipe Manana4-65/+111
2015-12-22fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-12-22get rid of s_files and files_lockAl Viro4-149/+2
2015-12-22fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov1-15/+10
2015-12-22pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-12-22btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-12-22btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-12-22fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-12-22vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3