aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-09-08cifs: fix O_APPEND on directio mountsJeff Layton
2008-09-08cramfs: fix named-pipe handlingAl Viro
2008-09-08nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields
2008-08-20CIFS: Fix compiler warning on 64-bitJan Beulich
2008-08-20CIFS: if get root inode fails during mount, cleanup tree connectionSteve French
2008-08-20CIFS: mount of IPC$ breaks with iget patchSteve French
2008-08-06vfs: fix lookup on deleted directoryMiklos Szeredi
2008-08-06fat: detect media without partition table correctlyFrank Seidel
2008-08-06FAT_VALID_MEDIA(): remove pointless testAndrew Morton
2008-08-06jbd: fix possible journal overflow issuesJosef Bacik
2008-08-06jbd: fix race between free buffer and commit transactionMingming Cao
2008-08-06jbd: fix the way the b_modified flag is clearedJosef Bacik
2008-08-06NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust
2008-08-06return to old errno choice in mkdir() et.al.Al Viro
2008-08-06romfs_readpage: don't report errors for pages beyond i_sizeLinus Torvalds
2008-08-01eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen
2008-08-01VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon
2008-08-01isofs: fix minor filesystem corruptionAdam Greenblatt
2008-08-01quota: fix possible infinite loop in quota codeJan Kara
2008-07-24cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton
2008-07-24exec: fix stack excutability without PT_GNU_STACKHugh Dickins
2008-07-24reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney
2008-07-24block: Properly notify block layer of sync writesJens Axboe
2008-06-16cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabledMarcin Slusarz
2008-06-16ecryptfs: fix missed mutex_unlockCyrill Gorcunov
2008-06-16ecryptfs: clean up (un)lock_parentMiklos Szeredi
2008-06-16eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow
2008-06-16ecryptfs: add missing lock around notify_changeMiklos Szeredi
2008-06-16double-free of inode on alloc_file() failure exit in create_write_pipe()Al Viro
2008-06-09capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan
2008-06-09eCryptfs: remove unnecessary page decrypt callMichael Halcrow
2008-06-09pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle
2008-06-09proc: calculate the correct /proc/<pid> link countVegard Nossum
2008-06-09XFS: Fix memory corruption with small buffer readsChristoph Hellwig
2008-06-09CIFS: Fix UNC path prefix on QueryUnixPathInfo to have correct slashSteve French
2008-06-09ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()Tiger Yang
2008-06-06asn1: additional sanity checking during BER decoding (CVE-2008-1673)Chris Wright
2008-05-09reiserfs: Unpack tails on quota filesJan Kara
2008-05-09vfs: fix permission checking in sys_utimensatMiklos Szeredi
2008-05-06fix SMP ordering hole in fcntl_setlk() (CVE-2008-1669)Al Viro
2008-05-01Fix dnotify/close race (CVE-2008-1375)Al Viro
2008-05-01aio: io_getevents() should return if io_destroy() is invokedJeff Moyer
2008-05-01JFFS2: Fix free space leak with in-band cleanmarkersDavid Woodhouse
2008-04-16AFS: Do not describe debug parameters with their valuePaul Bolle
2008-04-15vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrsJan Kara
2008-04-14JFFS2 Fix of panics caused by wrong condition for hole frag creation in write...Alexey Korolev
2008-04-14locks: fix possible infinite loop in fcntl(F_SETLKW) over nfsJ. Bruce Fields
2008-04-11Merge branch 'docs' of git://git.lwn.net/linux-2.6Linus Torvalds
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields
2008-04-11signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi