- 270b5ac proc: Add proc_mkdir_data() by David Howells · 12 years ago
- 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
- 4abfd02 proc: Move PDE_NET() to fs/proc/proc_net.c by David Howells · 12 years ago
- 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
- c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 12 years ago
- 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 12 years ago
- 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 12 years ago
- 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 12 years ago
- 303eb7e Include missing linux/magic.h inclusions by David Howells · 12 years ago
- 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 12 years ago
- 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
- f269cad fanotify: don't wank with FASYNC on ->release() by Al Viro · 12 years ago
- 79d0a3e hppfs: get rid of ->fsync() by Al Viro · 12 years ago
- b5edfd2 hppfs: fix the leaks on close() by Al Viro · 12 years ago
- 3dc20cb new helper: read_code() by Al Viro · 12 years ago
- 05c0ae2 try a saner locking for pde_opener... by Al Viro · 12 years ago
- ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 12 years ago
- 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
- ad147d0 procfs: Clean up huge if-statement in __proc_file_read() by David Howells · 12 years ago
- 80e928f proc: Kill create_proc_entry() by David Howells · 12 years ago
- 75ef9de constify a bunch of struct file_operations instances by Al Viro · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- ee21ed0 procfs: kill ->write_proc() by Al Viro · 12 years ago
- 2043f49 new helper: single_open_size() by Al Viro · 12 years ago
- b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 12 years ago
- 121daf5 reiserfs: use proc_remove_subtree() by Al Viro · 12 years ago
- 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
- 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 12 years ago
- 4b8a8f1 get rid of the last free_pipe_info() callers by Al Viro · 12 years ago
- 7bee130 get rid of alloc_pipe_info() argument by Al Viro · 12 years ago
- 6447a3c get rid of pipe->inode by Al Viro · 12 years ago
- ebec73f introduce variants of pipe_lock/pipe_unlock for real pipes/FIFOs by Al Viro · 12 years ago
- de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 12 years ago
- 72b0d9a pipe: don't use ->i_mutex by Al Viro · 12 years ago
- ba5bb14 pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex by Al Viro · 12 years ago
- 18c03cf pipe: preparation to new locking rules by Al Viro · 12 years ago
- fc7478a pipe: switch wait_for_partner() and wake_up_partner() to pipe_inode_info by Al Viro · 12 years ago
- 599a0ac pipe: fold file_operations instances in one by Al Viro · 12 years ago
- f776c73 fold fifo.c into pipe.c by Al Viro · 12 years ago
- 2dd8c9a lift sb_start_write out of ->splice_write() by Al Viro · 12 years ago
- 17338fc lift sb_start_write into default_file_splice_write() by Al Viro · 12 years ago
- 03d95eb lift sb_start_write() out of ->write() by Al Viro · 12 years ago
- 72ec351 switch compat readv/writev variants to COMPAT_SYSCALL_DEFINE by Al Viro · 12 years ago
- bdaec33 f2fs: use mnt_want_write_file() in ioctl by Al Viro · 12 years ago
- 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 12 years ago
- 5f2e354 hpfs: move setting hpfs-private i_dirty to ->write_end() by Al Viro · 12 years ago
- d5daaaf reiserfs: don't wank with EFBIG before calling do_sync_write() by Al Viro · 12 years ago
- 97216be fold release_mounts() into namespace_unlock() by Al Viro · 12 years ago
- 328e6d9 switch unlock_mount() to namespace_unlock(), convert all umount_tree() callers by Al Viro · 12 years ago
- 3ab6abe more conversions to namespace_unlock() by Al Viro · 12 years ago
- b54b9be get rid of the second argument of shrink_submounts() by Al Viro · 12 years ago
- e3197d8 saner umount_tree()/release_mounts(), part 1 by Al Viro · 12 years ago
- 84d1719 get rid of full-hash scan on detaching vfsmounts by Al Viro · 12 years ago
- e9c5d8a mnt: release locks on error path in do_loopback by Andrey Vagin · 12 years ago
- 8ce584c procfs: add proc_remove_subtree() by Al Viro · 12 years ago
- 52f2199 ecryptfs: close rmmod race by Al Viro · 12 years ago
- de55eb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 7ea600b Nest rename_lock inside vfsmount_lock by Al Viro · 12 years ago
- 5d53848 Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
- 844fdd9 Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
- e49dbbf nfsd: fix bad offset use by Kent Overstreet · 12 years ago
- 51f0885 vfs,proc: guarantee unique inodes in /proc by Linus Torvalds · 12 years ago
- 9217cbb Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
- d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
- f853c61 cifs: ignore everything in SPNEGO blob after mechTypes by Jeff Layton · 12 years ago
- 06ae43f Don't bother with redoing rw_verify_area() from default_file_splice_from() by Al Viro · 12 years ago
- 2402867 NFSv4.1: Add a helper pnfs_commit_and_return_layout by Trond Myklebust · 12 years ago
- 2495680 NFSv4.1: Always clear the NFS_INO_LAYOUTCOMMIT in layoutreturn by Trond Myklebust · 12 years ago
- a073dbf NFSv4.1: Fix a race in pNFS layoutcommit by Trond Myklebust · 12 years ago
- 4376c94 pnfs-block: removing DM device maybe cause oops when call dev_remove by fanchaoting · 12 years ago
- cf4ab53 NFSv4: Fix the string length returned by the idmapper by Trond Myklebust · 12 years ago
- 2b405bf ext4: fix data=journal fast mount/umount hang by Theodore Ts'o · 12 years ago
- 1ada47d ext4: fix ext4_evict_inode() racing against workqueue processing code by Theodore Ts'o · 12 years ago
- 10b3866 Merge tag 'for-linus-v3.9-rc4' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
- ac534ff nfsd: fix startup order in nfsd_reply_cache_init by Jeff Layton · 12 years ago
- a517b60 nfsd: only unhash DRC entries that are in the hashtable by Jeff Layton · 12 years ago
- e001873 xfs: ensure we capture IO errors correctly by Dave Chinner · 12 years ago
- 3325bee xfs: fix xfs_iomap_eof_prealloc_initial_size type by Mark Tinguely · 12 years ago
- 83cdadd xfs: fix potential infinite loop in xfs_iomap_prealloc_size() by Brian Foster · 12 years ago
- 0e40110 ext4: fix memory leakage in mext_check_coverage by Dmitry Monakhov · 12 years ago
- 0863702 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
- 3b27759 Btrfs: fix warning of free_extent_map by Liu Bo · 12 years ago
- 40e4591 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
- 7c2ec3f Btrfs: fix warning when creating snapshots by Liu Bo · 12 years ago
- 720f1e2 Btrfs: return as soon as possible when edquot happens by Wang Shilong · 12 years ago
- 492104c Btrfs: return EIO if we have extent tree corruption by Josef Bacik · 12 years ago
- bc17862 btrfs: use rcu_barrier() to wait for bdev puts at unmount by Eric Sandeen · 12 years ago
- d340d24 Btrfs: remove btrfs_try_spin_lock by Liu Bo · 12 years ago
- a09a0a7 Btrfs: get better concurrency for snapshot-aware defrag work by Liu Bo · 12 years ago
- aea8b5d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- ebd6c70 nfsd: convert to idr_alloc() by Tejun Heo · 12 years ago
- 801cb2d nfsd: remove unused get_new_stid() by Tejun Heo · 12 years ago
- 24261fc cifs: delay super block destruction until all cifsFileInfo objects are gone by Mateusz Guzik · 12 years ago
- 47c78f4 cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY by Sachin Prabhu · 12 years ago
- c288d29 ext2: Fix BUG_ON in evict() on inode deletion by Jan Kara · 12 years ago
- fa7614dd fs: Readd the fs module aliases. by Eric W. Biederman · 12 years ago
- 8aec0f5 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys by Mathieu Desnoyers · 12 years ago
- 4f42f80 ext4: use s_extent_max_zeroout_kb value as number of kb by Lukas Czerner · 12 years ago
- a930d87 vfs: fix pipe counter breakage by Al Viro · 12 years ago
- 90ba983 ext4: use atomic64_t for the per-flexbg free_clusters count by Theodore Ts'o · 12 years ago