..
9p
9p: fix memory leak in v9fs_parse_options()
15 years ago
adfs
adfs: remove redundant test on unsigned
16 years ago
affs
fix affs parse_options()
15 years ago
afs
make sure data is on disk before calling ->write_inode
15 years ago
autofs
trivial: remove unnecessary semicolons
16 years ago
autofs4
Use kill_litter_super() in autofs4 ->kill_sb()
15 years ago
befs
befs: fix leak
15 years ago
bfs
Fix failure exits in bfs_fill_super()
15 years ago
btrfs
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
15 years ago
cachefiles
CacheFiles: Fix a race in cachefiles_delete_object() vs rename
15 years ago
cifs
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
coda
sysctl: Drop & in front of every proc_handler.
15 years ago
configfs
Fix configfs leak
15 years ago
cramfs
…
debugfs
Lose the new_name argument of fsnotify_move()
15 years ago
devpts
devpts_get_tty() should validate inode
15 years ago
dlm
dlm: use bastmode in debugfs output
15 years ago
ecryptfs
ecryptfs: use after free
15 years ago
efs
…
exofs
exofs: groups support
15 years ago
exportfs
nfs: new subdir Documentation/filesystems/nfs
16 years ago
ext2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
ext3
ext3: Replace lock/unlock_super() with an explicit lock for resizing
15 years ago
ext4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
fat
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
15 years ago
freevxfs
…
fscache
FS-Cache: Avoid maybe-used-uninitialised warning on variable
15 years ago
fuse
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
15 years ago
gfs2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
hfs
hfs: fix a potential buffer overflow
15 years ago
hfsplus
hfsplus: refuse to mount volumes larger than 2TB
16 years ago
hostfs
…
hpfs
Don't mess with generic_permission() under ->d_lock in hpfs
15 years ago
hppfs
hppfs can use existing proc_mnt, no need for do_kern_mount() in there
15 years ago
hugetlbfs
Untangling ima mess, part 1: alloc_file()
15 years ago
isofs
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
15 years ago
jbd
jbd: jbd-debug and jbd2-debug should be writable
15 years ago
jbd2
jbd2: don't use __GFP_NOFAIL in journal_init_common()
15 years ago
jffs2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
jfs
jfs: Fix 32bit build warning
15 years ago
lockd
Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux
15 years ago
minix
V3 minixfs: add missing directory type checking
16 years ago
ncpfs
tree-wide: fix assorted typos all over the place
15 years ago
nfs
make sure data is on disk before calling ->write_inode
15 years ago
nfs_common
…
nfsd
fix NFS4 handling of mountpoint stat
15 years ago
nilfs2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
nls
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
16 years ago
notify
switch inotify_user to anon_inode
15 years ago
ntfs
kill I_LOCK
15 years ago
ocfs2
Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h
15 years ago
omfs
tree-wide: fix assorted typos all over the place
15 years ago
openpromfs
…
partitions
block: Stop using byte offsets
15 years ago
proc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
15 years ago
qnx4
qnx4: use hweight8
15 years ago
quota
quota: Fix dquot_transfer for filesystems different from ext4
15 years ago
ramfs
nommu: fix shared mmap after truncate shrinkage problems
15 years ago
reiserfs
reiserfs: Fix softlockup while waiting on an inode
15 years ago
romfs
fix leak in romfs_fill_super()
15 years ago
smbfs
fs: Make unload_nls() NULL pointer safe
16 years ago
squashfs
const: mark remaining super_operations const
16 years ago
sysfs
sysfs: sysfs_sd_setattr set iattrs unconditionally
15 years ago
sysv
…
ubifs
lib: Introduce generic list_sort function
15 years ago
udf
sanitize const/signedness for udf
15 years ago
ufs
sanitize const/signedness of ufs a bit
15 years ago
xfs
make sure data is on disk before calling ->write_inode
15 years ago
Kconfig
Revert "task_struct: make journal_info conditional"
15 years ago
Kconfig.binfmt
…
Makefile
…
aio.c
aio: remove unused field
15 years ago
anon_inodes.c
Sanitize f_flags helpers
15 years ago
attr.c
truncate: new helpers
16 years ago
bad_inode.c
…
binfmt_aout.c
Split 'flush_old_exec' into two functions
15 years ago
binfmt_elf.c
Split 'flush_old_exec' into two functions
15 years ago
binfmt_elf_fdpic.c
Split 'flush_old_exec' into two functions
15 years ago
binfmt_em86.c
…
binfmt_flat.c
Split 'flush_old_exec' into two functions
15 years ago
binfmt_misc.c
…
binfmt_script.c
…
binfmt_som.c
Split 'flush_old_exec' into two functions
15 years ago
bio-integrity.c
block: fix bugs in bio-integrity mempool usage
15 years ago
bio.c
Revert "blkdev: fix merge_bvec_fn return value checks"
15 years ago
block_dev.c
freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
15 years ago
buffer.c
Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block
16 years ago
char_dev.c
fs/char_dev.c: remove useless loop
16 years ago
compat.c
compat.c: Remove dependence on nfsd private headers
15 years ago
compat_binfmt_elf.c
…
compat_ioctl.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
15 years ago
dcache.c
fix race in d_splice_alias()
15 years ago
dcookies.c
…
direct-io.c
dio: fix use-after-free
15 years ago
drop_caches.c
sysctl: remove "struct file *" argument of ->proc_handler
16 years ago
eventfd.c
eventfd - allow atomic read and waitqueue remove
15 years ago
eventpoll.c
anonfd: Allow making anon files read-only
15 years ago
exec.c
fs/exec.c: fix initial stack reservation
15 years ago
fcntl.c
Fix race in tty_fasync() properly
15 years ago
fifo.c
…
file.c
vfs: Apply lockdep-based checking to rcu_dereference() uses
15 years ago
file_table.c
Take ima_file_free() to proper place.
15 years ago
filesystems.c
…
fs-writeback.c
make sure data is on disk before calling ->write_inode
15 years ago
fs_struct.c
…
generic_acl.c
make generic_acl slightly more generic
15 years ago
inode.c
kill I_LOCK
15 years ago
internal.h
Take vfsmount_lock to fs/internal.h
15 years ago
ioctl.c
__generic_block_fiemap(): fix for files bigger than 4GB
15 years ago
ioprio.c
…
libfs.c
libfs: Unexport and kill simple_prepare_write
15 years ago
locks.c
Switch may_open() and break_lease() to passing O_...
15 years ago
mbcache.c
…
mpage.c
…
namei.c
Merge branch 'for-fsnotify' into for-linus
15 years ago
namespace.c
vfs: add NOFOLLOW flag to umount(2)
15 years ago
nfsctl.c
Switch may_open() and break_lease() to passing O_...
15 years ago
no-block.c
…
open.c
Switch may_open() and break_lease() to passing O_...
15 years ago
pipe.c
fs: no games with DCACHE_UNHASHED
15 years ago
pnode.c
Kill CL_PROPAGATION, sanitize fs/pnode.c:get_source()
15 years ago
pnode.h
VFS: Clean up shared mount flag propagation
15 years ago
posix_acl.c
…
read_write.c
sendfile(): check f_op.splice_write() rather than f_op.sendpage()
15 years ago
read_write.h
…
readdir.c
…
select.c
headers: remove sched.h from poll.h
16 years ago
seq_file.c
seq_file: add RCU versions of new hlist/list iterators (v3)
15 years ago
signalfd.c
anonfd: Allow making anon files read-only
15 years ago
splice.c
sendfile(): check f_op.splice_write() rather than f_op.sendpage()
15 years ago
stack.c
VFS/fsstack: handle 32-bit smp + preempt + large files in fsstack_copy_inode_size
15 years ago
stat.c
Add unlocked version of inode_add_bytes() function
15 years ago
super.c
Mirror MS_KERNMOUNT in ->mnt_flags
15 years ago
sync.c
fold do_sync_file_range into sys_sync_file_range
15 years ago
timerfd.c
anonfd: Allow making anon files read-only
15 years ago
utimes.c
…
xattr.c
sanitize xattr handler prototypes
15 years ago
xattr_acl.c
VFS: Use GFP_NOFS in posix_acl_from_xattr()
15 years ago