summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-092-34/+27Star
* reiserfs: use proc_remove_subtree()Al Viro2013-04-091-21/+9Star
* procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-095-12/+55
* mode_t, whack-a-mole at 11...Al Viro2013-04-093-3/+3
* get rid of the last free_pipe_info() callersAl Viro2013-04-091-12/+6Star
* get rid of alloc_pipe_info() argumentAl Viro2013-04-092-4/+4
* get rid of pipe->inodeAl Viro2013-04-093-6/+5Star
* introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOsAl Viro2013-04-091-15/+25
* pipe: set file->private_data to ->i_pipeAl Viro2013-04-092-11/+10Star
* pipe: don't use ->i_mutexAl Viro2013-04-092-6/+5Star
* pipe: take allocation and freeing of pipe_inode_info out of ->i_mutexAl Viro2013-04-091-21/+51
* pipe: preparation to new locking rulesAl Viro2013-04-091-23/+15Star
* pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_infoAl Viro2013-04-091-9/+9
* pipe: fold file_operations instances in oneAl Viro2013-04-093-190/+38Star
* fold fifo.c into pipe.cAl Viro2013-04-093-154/+139Star
* lift sb_start_write out of ->splice_write()Al Viro2013-04-091-6/+4Star
* lift sb_start_write into default_file_splice_write()Al Viro2013-04-091-2/+2
* lift sb_start_write() out of ->write()Al Viro2013-04-095-10/+22
* switch compat readv/writev variants to COMPAT_SYSCALL_DEFINEAl Viro2013-04-093-192/+195
* f2fs: use mnt_want_write_file() in ioctlAl Viro2013-04-091-2/+2
* lift sb_start_write/sb_end_write out of ->aio_write()Al Viro2013-04-099-20/+14Star
* hpfs: move setting hpfs-private i_dirty to ->write_end()Al Viro2013-04-091-16/+20
* reiserfs: don't wank with EFBIG before calling do_sync_write()Al Viro2013-04-091-60/+1Star
* fold release_mounts() into namespace_unlock()Al Viro2013-04-091-23/+30
* switch unlock_mount() to namespace_unlock(), convert all umount_tree() callersAl Viro2013-04-093-24/+16Star
* more conversions to namespace_unlock()Al Viro2013-04-091-14/+6Star
* get rid of the second argument of shrink_submounts()Al Viro2013-04-091-4/+4
* saner umount_tree()/release_mounts(), part 1Al Viro2013-04-091-4/+13
* get rid of full-hash scan on detaching vfsmountsAl Viro2013-04-094-97/+149
* mnt: release locks on error path in do_loopbackAndrey Vagin2013-04-091-1/+1
* procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-274-6/+44
|\
| * Nest rename_lock inside vfsmount_lockAl Viro2013-03-261-5/+11
| * Don't bother with redoing rw_verify_area() from default_file_splice_from()Al Viro2013-03-213-1/+33
* | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-266-32/+89
|\ \
| * | NFSv4.1: Add a helper pnfs_commit_and_return_layoutTrond Myklebust2013-03-213-1/+34
| * | NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturnTrond Myklebust2013-03-212-9/+27
| * | NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2013-03-212-15/+18
| * | pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting2013-03-211-2/+2
| * | NFSv4: Fix the string length returned by the idmapperTrond Myklebust2013-03-201-5/+8
* | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-252-6/+8
|\ \ \
| * | | nfsd: fix bad offset useKent Overstreet2013-03-221-1/+2
| * | | nfsd: fix startup order in nfsd_reply_cache_initJeff Layton2013-03-181-4/+4
| * | | nfsd: only unhash DRC entries that are in the hashtableJeff Layton2013-03-181-1/+2
* | | | vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-221-3/+3
* | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2013-03-226-56/+43Star
|\ \ \ \
| * | | | cifs: ignore everything in SPNEGO blob after mechTypesJeff Layton2013-03-211-48/+5Star
| * | | | cifs: delay super block destruction until all cifsFileInfo objects are goneMateusz Guzik2013-03-133-1/+33
| * | | | cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-132-7/+5Star