You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
David S. Miller 47871889c6 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ 15 years ago
..
9p 9p: fix memory leak in v9fs_parse_options() 15 years ago
adfs adfs: remove redundant test on unsigned 15 years ago
affs fix affs parse_options() 15 years ago
afs afs: remove manual O_SYNC handling 15 years ago
autofs trivial: remove unnecessary semicolons 15 years ago
autofs4 autofs4: always use lookup for lookup 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 git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-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 get rid of pointless checks after simple_pin_fs() 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: simple_write_end does not mark_inode_dirty 15 years ago
exportfs nfs: new subdir Documentation/filesystems/nfs 15 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 ext4: Fix quota accounting error with fallocate 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 mm: flush dcache before writing into page to avoid alias 15 years ago
gfs2 GFS2: Fix bmap allocation corner-case bug 15 years ago
hfs hfs: fix a potential buffer overflow 15 years ago
hfsplus hfsplus: refuse to mount volumes larger than 2TB 15 years ago
hostfs
hpfs hpfs: use bitmap_weight() 15 years ago
hppfs hppfs: handle ->put_link() 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 15 years ago
ncpfs tree-wide: fix assorted typos all over the place 15 years ago
nfs Remove EXPERIMENTAL from NFS_FSCACHE 15 years ago
nfs_common
nfsd vfs: don't call ima_file_check() unconditionally in nfsd_open() 15 years ago
nilfs2 nilfs2: fix potential leak of dirty data on umount 15 years ago
nls Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 15 years ago
notify inotify: only warn once for inotify problems 15 years ago
ntfs kill I_LOCK 15 years ago
ocfs2 ocfs2/cluster: Make o2net connect messages KERN_NOTICE 15 years ago
omfs tree-wide: fix assorted typos all over the place 15 years ago
openpromfs
partitions partitions: read whole sector with EFI GPT header 15 years ago
proc Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 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 15 years ago
squashfs const: mark remaining super_operations const 15 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 udf: Avoid IO in udf_clear_inode 15 years ago
ufs ufs: NFS support 15 years ago
xfs Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs 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 15 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 block: fix bio_add_page for non trivial merge_bvec_fn case 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 15 years ago
char_dev.c fs/char_dev.c: remove useless loop 15 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 libfs: move EXPORT_SYMBOL for d_alloc_name 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 15 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 writeback: add missing kernel-doc notation 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 Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) 15 years ago
ioctl.c __generic_block_fiemap(): fix for files bigger than 4GB 15 years ago
ioprio.c
libfs.c libfs: move EXPORT_SYMBOL for d_alloc_name 15 years ago
locks.c const: make lock_manager_operations const 15 years ago
mbcache.c
mpage.c
namei.c fix LOOKUP_FOLLOW on automount "symlinks" 15 years ago
namespace.c do_add_mount() should sanitize mnt_flags 15 years ago
nfsctl.c vfs: nfsctl.c un-used nfsd #includes 15 years ago
no-block.c
open.c Sanitize f_flags helpers 15 years ago
pipe.c fs: no games with DCACHE_UNHASHED 15 years ago
pnode.c
pnode.h
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 15 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 vfs: get_sb_single() - do not pass options twice 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