summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-06-17cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledMarcin Slusarz1-11/+10
2008-06-17ecryptfs: fix missed mutex_unlockCyrill Gorcunov1-1/+1
2008-06-17ecryptfs: clean up (un)lock_parentMiklos Szeredi1-9/+4
2008-06-17eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow1-0/+2
2008-06-17ecryptfs: add missing lock around notify_changeMiklos Szeredi1-0/+2
2008-06-17double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro1-0/+3
2008-06-09capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan1-1/+1
2008-06-09eCryptfs: remove unnecessary page decrypt callMichael Halcrow2-24/+0
2008-06-09pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle1-19/+9
2008-06-09proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-06-09XFS: Fix memory corruption with small buffer readsChristoph Hellwig2-4/+39
2008-06-09CIFS: Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French1-4/+11
2008-06-09ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang2-0/+10
2008-06-07asn1: additional sanity checking during BER decoding (CVE-2008-1673)Chris Wright1-0/+14
2008-05-10reiserfs: Unpack tails on quota filesJan Kara2-8/+13
2008-05-10vfs: fix permission checking in sys_utimensatMiklos Szeredi1-2/+15
2008-05-07fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669)Al Viro1-2/+15
2008-05-02Fix dnotify/close race (CVE-2008-1375)Al Viro1-0/+11
2008-05-02aio: io_getevents() should return if io_destroy() is invokedJeff Moyer1-1/+11
2008-05-02JFFS2: Fix free space leak with in-band cleanmarkersDavid Woodhouse1-10/+8
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle1-1/+1
2008-04-16vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara4-5/+5
2008-04-15JFFS2 Fix of panics caused by wrong condition for hole frag creation in write...Alexey Korolev1-1/+1
2008-04-14locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsJ. Bruce Fields1-20/+28
2008-04-12Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds1-4/+4
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields1-4/+4
2008-04-11signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi1-1/+6
2008-04-11eventfd/kaio integration fixDavide Libenzi1-8/+9
2008-04-11asmlinkage_protect sys_io_geteventsRoland McGrath1-0/+1
2008-04-11asmlinkage_protect replaces prevent_tail_callRoland McGrath1-4/+4
2008-04-11Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds21-148/+153
2008-04-11Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-25/+6
2008-04-11HFS+: fix unlink of linksRoman Zippel1-8/+15
2008-04-10[XFS] Ensure "both" features2 slots are consistentEric Sandeen2-15/+29
2008-04-10[XFS] Fix superblock features2 field alignment problemDavid Chinner2-9/+62
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen21-138/+76
2008-04-10splice: fix infinite loop in generic_file_splice_read()Jens Axboe1-25/+6
2008-04-09fix bug - executing FDPIC ELF on NFS mount triggers BUG() at mm/nommu.c:862:/...Bryan Wu1-0/+4
2008-04-09NFS: initialize flags field in nfs_open_contextJeff Layton1-0/+1
2008-04-05Be more careful about marking buffers dirtyLinus Torvalds1-1/+14
2008-04-04afs: remove smp_prcessor_id() from debug macroSven Schnelle1-1/+1
2008-04-04splice: use mapping_gfp_maskHugh Dickins1-1/+1
2008-04-03efs: update error msg to not refer to deleted read_inode()Robert P. J. Day1-1/+1
2008-04-02afs: add missing up_write() on returnSven Schnelle1-0/+1
2008-03-31cifs: fix misannotationsAl Viro1-2/+2
2008-03-31NULL noise: fs/*, mm/*, kernel/*Al Viro5-10/+12
2008-03-31jbd/jbd2 NULL noiseAl Viro4-12/+12
2008-03-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-145/+70
2008-03-29afs: prevent double cell registrationSven Schnelle1-2/+13
2008-03-29vfs: fix data leak in nobh_write_end()Dmitri Monakhov1-7/+6