aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-04-09procfs: kill ->write_proc()Al Viro
2013-04-09new helper: single_open_size()Al Viro
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro
2013-04-09reiserfs: use proc_remove_subtree()Al Viro
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro
2013-04-09mode_t, whack-a-mole at 11...Al Viro
2013-04-09get rid of the last free_pipe_info() callersAl Viro
2013-04-09get rid of alloc_pipe_info() argumentAl Viro
2013-04-09get rid of pipe->inodeAl Viro
2013-04-09introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro
2013-04-09pipe: set file->private_data to ->i_pipeAl Viro
2013-04-09pipe: don't use ->i_mutexAl Viro
2013-04-09pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro
2013-04-09pipe: preparation to new locking rulesAl Viro
2013-04-09pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro
2013-04-09pipe: fold file_operations instances in oneAl Viro
2013-04-09fold fifo.c into pipe.cAl Viro
2013-04-09lift sb_start_write out of ->splice_write()Al Viro
2013-04-09lift sb_start_write into default_file_splice_write()Al Viro
2013-04-09lift sb_start_write() out of ->write()Al Viro
2013-04-09switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro
2013-04-09f2fs: use mnt_want_write_file() in ioctlAl Viro
2013-04-09lift sb_start_write/sb_end_write out of ->aio_write()Al Viro
2013-04-09hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro
2013-04-09reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro
2013-04-09fold release_mounts() into namespace_unlock()Al Viro
2013-04-09switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro
2013-04-09more conversions to namespace_unlock()Al Viro
2013-04-09get rid of the second argument of shrink_submounts()Al Viro
2013-04-09saner umount_tree()/release_mounts(), part 1Al Viro
2013-04-09get rid of full-hash scan on detaching vfsmountsAl Viro
2013-04-09mnt: release locks on error path in do_loopbackAndrey Vagin
2013-04-09procfs: add proc_remove_subtree()Al Viro
2013-04-09ecryptfs: close rmmod raceAl Viro
2013-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-25Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-03-22nfsd: fix bad offset useKent Overstreet
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds
2013-03-21Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2013-03-21Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2013-03-21cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton
2013-03-21Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro
2013-03-21NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust
2013-03-21NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust
2013-03-21NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-03-21pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting
2013-03-20NFSv4: Fix the string length returned by the idmapperTrond Myklebust