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