..
9p
9p: fix readdir corner cases
15 years ago
adfs
adfs: remove redundant test on unsigned
16 years ago
affs
…
afs
afs: remove cache.h
16 years ago
autofs
trivial: remove unnecessary semicolons
16 years ago
autofs4
autofs4 - fix missed case when changing to use struct path
16 years ago
befs
fs: Make unload_nls() NULL pointer safe
16 years ago
bfs
…
btrfs
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
15 years ago
cachefiles
…
cifs
cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible
15 years ago
coda
headers: remove sched.h from poll.h
16 years ago
configfs
writeback: add name to backing_dev_info
16 years ago
cramfs
…
debugfs
…
devpts
Move magic numbers into magic.h
16 years ago
dlm
dlm: fix socket fd translation
16 years ago
ecryptfs
ima: ecryptfs fix imbalance message
16 years ago
efs
…
exofs
exofs: remove BKL from super operations
16 years ago
exportfs
…
ext2
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
16 years ago
ext3
ext3: Wait for proper transaction commit on fsync
15 years ago
ext4
ext4: partial revert to fix double brelse WARNING()
15 years ago
fat
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
16 years ago
freevxfs
…
fscache
…
fuse
fuse: invalidate target of rename
15 years ago
gfs2
const: mark struct vm_struct_operations
16 years ago
hfs
hfs: fix oops on mount with corrupted btree extent records
15 years ago
hfsplus
hfsplus: refuse to mount volumes larger than 2TB
15 years ago
hostfs
…
hpfs
…
hppfs
…
hugetlbfs
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
16 years ago
isofs
fs: Make unload_nls() NULL pointer safe
16 years ago
jbd
fs/jbd: Export log_start_commit to fix ext3 build.
15 years ago
jbd2
JBD/JBD2: free j_wbuf if journal init fails.
15 years ago
jffs2
Merge git://git.infradead.org/mtd-2.6
16 years ago
jfs
fs: Make unload_nls() NULL pointer safe
16 years ago
lockd
headers: utsname.h redux
16 years ago
minix
V3 minixfs: add missing directory type checking
16 years ago
ncpfs
const: mark struct vm_struct_operations
16 years ago
nfs
NFSv4: The link() operation should return any delegation on the file
15 years ago
nfs_common
…
nfsd
const: constify remaining file_operations
16 years ago
nilfs2
nilfs2: fix missing cleanup of gc cache on error cases
15 years ago
nls
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6
16 years ago
notify
dnotify: ignore FS_EVENT_ON_CHILD
15 years ago
ntfs
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
16 years ago
ocfs2
const: constify remaining file_operations
16 years ago
omfs
const: constify remaining file_operations
16 years ago
openpromfs
…
partitions
block: Seperate read and write statistics of in_flight requests v2
16 years ago
proc
pidns: fix a leak in /proc dentries and inodes with pid namespaces.
15 years ago
qnx4
qnx4: remove write support
16 years ago
quota
const: make struct super_block::s_qcop const
16 years ago
ramfs
truncate: use new helpers
16 years ago
reiserfs
const: make struct super_block::s_qcop const
16 years ago
romfs
ROMFS: fix length used with romfs_dev_strnlen() function
16 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: Don't leak secdata when a sysfs_dirent is freed.
15 years ago
sysv
…
ubifs
const: mark struct vm_struct_operations
16 years ago
udf
udf: Fix possible corruption when close races with write
16 years ago
ufs
…
xfs
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs
15 years ago
Kconfig
powerpc: Cleanup Kconfig selection of hugetlbfs support
15 years ago
Kconfig.binfmt
…
Makefile
…
aio.c
aio.c: move EXPORT* macros to line after function
16 years ago
anon_inodes.c
headers: remove sched.h from poll.h
16 years ago
attr.c
truncate: new helpers
16 years ago
bad_inode.c
…
binfmt_aout.c
…
binfmt_elf.c
elf: clean up fill_note_info()
16 years ago
binfmt_elf_fdpic.c
fdpic: ignore the loader's PT_GNU_STACK when calculating the stack size
16 years ago
binfmt_em86.c
…
binfmt_flat.c
flat: use IS_ERR_VALUE() helper macro
16 years ago
binfmt_misc.c
…
binfmt_script.c
…
binfmt_som.c
…
bio-integrity.c
…
bio.c
Fix bio_alloc() and bio_kmalloc() documentation
15 years ago
block_dev.c
block: use after free bug in __blkdev_get
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
x86, fs: Fix x86 procfs stack information for threads on 64-bit
15 years ago
compat_binfmt_elf.c
…
compat_ioctl.c
fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctl
15 years ago
dcache.c
…
dcookies.c
…
direct-io.c
…
drop_caches.c
sysctl: remove "struct file *" argument of ->proc_handler
16 years ago
eventfd.c
anonfd: split interface into file creation and install
16 years ago
eventpoll.c
…
exec.c
exec: setup_arg_pages() fails to return errors
15 years ago
fcntl.c
fcntl: add F_[SG]ETOWN_EX
16 years ago
fifo.c
…
file.c
headers: remove sched.h from interrupt.h
16 years ago
file_table.c
sysctl: remove "struct file *" argument of ->proc_handler
16 years ago
filesystems.c
…
fs-writeback.c
writeback: pass in super_block to bdi_start_writeback()
16 years ago
fs_struct.c
…
generic_acl.c
…
inode.c
vfs: optimize touch_time() too
16 years ago
internal.h
fs: fix overflow in sys_mount() for in-kernel calls
16 years ago
ioctl.c
__generic_block_fiemap(): fix for files bigger than 4GB
15 years ago
ioprio.c
…
libfs.c
libfs: return error code on failed attr set
16 years ago
locks.c
const: make lock_manager_operations const
16 years ago
mbcache.c
…
mpage.c
…
namei.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
16 years ago
namespace.c
fs: fix overflow in sys_mount() for in-kernel calls
16 years ago
nfsctl.c
…
no-block.c
…
open.c
fs: change sys_truncate length parameter type
16 years ago
pipe.c
fs: pipe.c null pointer dereference
15 years ago
pnode.c
…
pnode.h
…
posix_acl.c
…
read_write.c
vfs: remove redundant position check in do_sendfile
16 years ago
read_write.h
…
readdir.c
…
select.c
headers: remove sched.h from poll.h
16 years ago
seq_file.c
vfs: seq_file: add helpers for data filling
16 years ago
signalfd.c
…
splice.c
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
16 years ago
stack.c
…
stat.c
…
super.c
freeze_bdev: grab active reference to frozen superblocks
16 years ago
sync.c
fs/buffer.c: clean up EXPORT* macros
16 years ago
timerfd.c
…
utimes.c
…
xattr.c
VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx.
16 years ago
xattr_acl.c
…