Al Viro 4269590a72 constify dentry_operations: FUSE 16 years ago
..
9p a488257ce5 constify dentry_operations: 9p 16 years ago
adfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
affs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
afs 79be57cc7f constify dentry_operations: AFS 16 years ago
autofs 08f11513fa constify dentry_operations: autofs, autofs4 16 years ago
autofs4 08f11513fa constify dentry_operations: autofs, autofs4 16 years ago
befs 0b09eb3298 fs/Kconfig: move befs out 16 years ago
bfs 0ff423849d fs/Kconfig: move bfs out 16 years ago
btrfs 913d952eb5 Btrfs: Clear space_info full when adding new devices 16 years ago
cifs 4fd03e84d8 constify dentry_operations: CIFS 16 years ago
coda e16404ed0f constify dentry_operations: misc filesystems 16 years ago
configfs 436443f0f7 Revert "configfs: Silence lockdep on mkdir(), rmdir() and configfs_depend_item()" 16 years ago
cramfs 2a22783be0 fs/Kconfig: move cramfs out 16 years ago
debugfs 5e07878787 debugfs: add helpers for exporting a size_t simple value 16 years ago
devpts a9f184f02a devpts: Must release s_umount on error 16 years ago
dlm 20d5a39929 dlm: initialize file_lock struct in GETLK before copying conflicting lock 16 years ago
ecryptfs 5a3fd05a9b constify dentry_operations: ecryptfs 16 years ago
efs 571f0a0bde fs/Kconfig: move efs out 16 years ago
exportfs cbacc2c7f0 Merge branch 'next' into for-linus 16 years ago
ext2 0e4a9b5928 ext2/xip: refuse to change xip flag during remount with busy inodes 16 years ago
ext3 02ac597c9b ext3: revert "ext3: wait on all pending commits in ext3_sync_fs" 16 years ago
ext4 d33a1976fb ext4: fix bb_prealloc_list corruption due to wrong group locking 16 years ago
fat 3a95ea1155 Fix _fat_bmap() locking 16 years ago
freevxfs 22135169dd fs/Kconfig: move vxfs out 16 years ago
fuse 4269590a72 constify dentry_operations: FUSE 16 years ago
gfs2 c4be0c1dc4 filesystem freeze: add error handling of write_super_lockfs/unlockfs 16 years ago
hfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
hfsplus e16404ed0f constify dentry_operations: misc filesystems 16 years ago
hostfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
hpfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
hppfs d76b0d9b2d CRED: Use creds in file structs 16 years ago
hugetlbfs 5a6fe12595 Do not account for the address space used by hugetlbfs using VM_ACCOUNT 16 years ago
isofs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
jbd 8fe4cd0dc5 jbd: fix return value of journal_start_commit() 16 years ago
jbd2 7f5aa21508 jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate() 16 years ago
jffs2 4c41bd0ec9 [JFFS2] fix mount crash caused by removed nodes 16 years ago
jfs f5c77969b3 fs/Kconfig: move jfs out 16 years ago
lockd 57df675c60 NLM: Fix GRANT callback address comparison when IPv6 is enabled 16 years ago
minix f762dd6821 Update my email address 16 years ago
ncpfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
nfs f786aa90e0 constify dentry_operations: NFS 16 years ago
nfs_common d716f0b8a5 SUNRPC: nfsacl_encode/nfsacl_decode should be exported as GPL-only 16 years ago
nfsd 84f09f46b4 NFSD: provide encode routine for OP_OPENATTR 16 years ago
nls 5f4123be3c remove CONFIG_KMOD from fs 16 years ago
notify f04b30de3c inotify: fix GFP_KERNEL related deadlock 16 years ago
ntfs 9d73ac9e8f fs/Kconfig: move ntfs out 16 years ago
ocfs2 712e53e46a ocfs2: Use xs->bucket to set xattr value outside 16 years ago
omfs da55e6f928 fs/Kconfig: move omfs out 16 years ago
openpromfs 56ff5efad9 zero i_uid/i_gid on inode allocation 16 years ago
partitions 54b0d12769 block: fix bug in ptbl lookup cache 16 years ago
proc d72f71eb0e constify dentry_operations: procfs 16 years ago
qnx4 4c7415830c fs/Kconfig: move qnx4 out 16 years ago
ramfs 15e7b87676 nommu: ramfs: don't leak pages when adding to page cache fails 16 years ago
reiserfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
romfs 41810246df fs/Kconfig: move romfs out 16 years ago
smbfs e16404ed0f constify dentry_operations: misc filesystems 16 years ago
squashfs 363911d027 Squashfs: Valid filesystems are flagged as bad by the corrupted fs patch 16 years ago
sysfs ed80386295 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 16 years ago
sysv e16404ed0f constify dentry_operations: misc filesystems 16 years ago
ubifs 27ad279933 UBIFS: remove fast unmounting 16 years ago
udf ddfaccd995 fs/Kconfig: move iso9660, udf out 16 years ago
ufs 723be1f300 ufs: copy symlink data into the correct union member 16 years ago
xfs c141b2928f xfs: only issues a cache flush on unmount if barriers are enabled 16 years ago
Kconfig 0fcb440889 fs/Kconfig: move 9p out 16 years ago
Kconfig.binfmt 2d96d1053d CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_CORE 16 years ago
Makefile d8ae4601a4 ext4: Reorder fs/Makefile so that ext2 root fs's are mounted using ext2 16 years ago
aio.c 65c24491b4 aio: lookup_ioctx can return the wrong value when looking up a bogus context 16 years ago
anon_inodes.c e3a2a0d4e5 anon_inodes: use fops->owner for module refcount 16 years ago
attr.c da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
bad_inode.c 6badd79bd0 kill ->dir_notify() 16 years ago
binfmt_aout.c 17580d7f2f sanitize ifdefs in binfmt_aout 16 years ago
binfmt_elf.c 92dc07b1f9 elf core dump: fix get_user use 16 years ago
binfmt_elf_fdpic.c f4bbf51050 FDPIC: Don't attempt to expand the userspace stack to fill the space allocated 16 years ago
binfmt_em86.c bf2a9a3963 Allow recursion in binfmt_script and binfmt_misc 16 years ago
binfmt_flat.c 0f3e442a40 FLAT: Don't attempt to expand the userspace stack to fill the space allocated 16 years ago
binfmt_misc.c 87113e806a fs/binfmt_misc.c: add terminating newline to /proc/sys/fs/binfmt_misc/status 16 years ago
binfmt_script.c bf2a9a3963 Allow recursion in binfmt_script and binfmt_misc 16 years ago
binfmt_som.c a6f76f23d2 CRED: Make execve() take advantage of copy-on-write credentials 16 years ago
bio-integrity.c 87092698c6 block: Add gfp_mask parameter to bio_integrity_clone() 16 years ago
bio.c 059ea3318c block: fix memory leak in bio_clone() 16 years ago
block_dev.c fcccf50254 filesystem freeze: implement generic freeze feature 16 years ago
buffer.c a8e7d49aa7 Fix race in create_empty_buffers() vs __set_page_dirty_buffers() 16 years ago
char_dev.c 8c4018884a fs: fix name overwrite in __register_chrdev_region() 16 years ago
compat.c 2b1c6bd77d generic compat_sys_ustat 16 years ago
compat_binfmt_elf.c 2f79e48ae2 x86: compat_binfmt_elf 17 years ago
compat_ioctl.c 5cf8cf4146 Fix FREEZE/THAW compat_ioctl regression 16 years ago
dcache.c b6520c8193 cleanup d_add_ci 16 years ago
dcookies.c 6673e0c3fb [CVE-2009-0029] System call wrapper special cases 16 years ago
direct-io.c 0f64415d42 fs: truncate blocks outside i_size after O_DIRECT write error 16 years ago
dquot.c cc33412fb1 quota: Improve locking 16 years ago
drop_caches.c af065b8a19 vfs: skip inodes without pages to free in drop_pagecache_sb() 17 years ago
eventfd.c d4e82042c4 [CVE-2009-0029] System call wrappers part 32 16 years ago
eventpoll.c 9df04e1f25 epoll: drop max_user_instances and rely only on max_user_watches 16 years ago
exec.c 0bf2f3aec5 CRED: Fix SUID exec regression 16 years ago
fcntl.c a26eab2400 [CVE-2009-0029] System call wrappers part 15 16 years ago
fifo.c aeb5d72706 [PATCH] introduce fmode_t, do annotations 16 years ago
file.c 1027abe882 [PATCH] merge locate_fd() and get_unused_fd() 17 years ago
file_table.c b6b3fdead2 filp_cachep can be static in fs/file_table.c 16 years ago
filesystems.c 1e7bfb2134 [CVE-2009-0029] System call wrappers part 27 16 years ago
fs-writeback.c 7ef0d7377c fs: new inode i_state corruption fix 16 years ago
generic_acl.c 3bd858ab1c Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check 18 years ago
inode.c 7ef0d7377c fs: new inode i_state corruption fix 16 years ago
internal.h 0bf2f3aec5 CRED: Fix SUID exec regression 16 years ago
ioctl.c a26eab2400 [CVE-2009-0029] System call wrappers part 15 16 years ago
ioprio.c 938bb9f5e8 [CVE-2009-0029] System call wrappers part 28 16 years ago
libfs.c 520c853466 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 16 years ago
locks.c 002c8976ee [CVE-2009-0029] System call wrappers part 16 16 years ago
mbcache.c 335e92e8a5 vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs 17 years ago
mpage.c 39f0dee2d8 do_mpage_readpage(): remove useless clear_buffer_mapped() call 16 years ago
namei.c c8fe8f30c7 cleanup may_open 16 years ago
namespace.c 1a88b5364b Fix incomplete __mntput locking 16 years ago
nfsctl.c 1e7bfb2134 [CVE-2009-0029] System call wrappers part 27 16 years ago
no-block.c 9361401eb7 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] 19 years ago
open.c 6559eed8ca [CVE-2009-0029] System call wrappers part 30 16 years ago
pipe.c 10f303ae1e do_pipe cleanup: drop its last user in arch/alpha/ 16 years ago
pnode.c 97e7e0f71d [patch 7/7] vfs: mountinfo: show dominating group id 17 years ago
pnode.h 97e7e0f71d [patch 7/7] vfs: mountinfo: show dominating group id 17 years ago
posix_acl.c da9592edeb CRED: Wrap task credential accesses in the filesystem subsystem 16 years ago
quota.c 3cdad42884 [CVE-2009-0029] System call wrappers part 20 16 years ago
quota_tree.c 1ccd14b9c2 quota: Split off quota tree handling into a separate file 16 years ago
quota_tree.h 1ccd14b9c2 quota: Split off quota tree handling into a separate file 16 years ago
quota_v1.c cf770c1371 quota: Move quotaio_v[12].h from include/linux/ to fs/ 16 years ago
quota_v2.c e3d4d56b97 quota: Convert union in mem_dqinfo to a pointer 16 years ago
quotaio_v1.h cf770c1371 quota: Move quotaio_v[12].h from include/linux/ to fs/ 16 years ago
quotaio_v2.h 1ccd14b9c2 quota: Split off quota tree handling into a separate file 16 years ago
read_write.c 3cdad42884 [CVE-2009-0029] System call wrappers part 20 16 years ago
read_write.h ee0b3e671b [PATCH] Remove readv/writev methods and use aio_read/aio_write instead 19 years ago
readdir.c d4e82042c4 [CVE-2009-0029] System call wrappers part 32 16 years ago
select.c d4e82042c4 [CVE-2009-0029] System call wrappers part 32 16 years ago
seq_file.c 8f19d47293 seq_file: properly cope with pread 16 years ago
signalfd.c 836f92adf1 [CVE-2009-0029] System call wrappers part 31 16 years ago
splice.c 836f92adf1 [CVE-2009-0029] System call wrappers part 31 16 years ago
stack.c a6e6df25ec [PATCH] fs/stack.c: Copy i_nlink after all other attributes are copied 18 years ago
stat.c 6559eed8ca [CVE-2009-0029] System call wrappers part 30 16 years ago
super.c a3cfbb53b1 vfs: add missing unlock in sget() 16 years ago
sync.c a5f8fa9e9b [CVE-2009-0029] System call wrappers part 09 16 years ago
timerfd.c 610d18f412 timerfd: add flags check 16 years ago
utimes.c 6559eed8ca [CVE-2009-0029] System call wrappers part 30 16 years ago
xattr.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 16 years ago
xattr_acl.c cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago