summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-11-10ext[234]: Avoid printk floods in the face of directory corruption (CVE-2008-3...Eric Sandeen3-31/+50
2008-10-23Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3
2008-10-23CIFS: make sure we have the right resume info before calling CIFSFindNextSteve French3-63/+70
2008-10-09mm owner: fix race between swapoff and exitBalbir Singh1-1/+1
2008-10-09ocfs2: Increment the reference count of an already-active stack.Joel Becker1-3/+4
2008-10-09sched: fix process time monotonicityBalbir Singh1-59/+0
2008-10-09block: submit_bh() inadvertently discards barrier flag on a sync writeJens Axboe1-5/+8
2008-09-08nfsd: fix buffer overrun decoding NFSv4 aclJ. Bruce Fields1-1/+1
2008-09-08cifs: fix O_APPEND on directio mountsJeff Layton1-0/+4
2008-09-08bio: fix bio_copy_kern() handling of bio->bv_lenFUJITA Tomonori1-10/+28
2008-09-08bio: fix __bio_copy_iov() handling of bio->bv_lenFUJITA Tomonori1-5/+5
2008-09-08binfmt_misc: fix false -ENOEXEC when coupled with other binary handlersPavel Emelyanov1-2/+2
2008-09-08cramfs: fix named-pipe handlingAl Viro1-46/+38
2008-08-20CIFS: properly account for new user= field in SPNEGO upcall string allocationJeff Layton1-7/+11
2008-08-20CIFS: Fix compiler warning on 64-bitJan Beulich1-1/+1
2008-08-20CIFS: if get root inode fails during mount, cleanup tree connectionSteve French1-0/+2
2008-08-20CIFS: mount of IPC$ breaks with iget patchSteve French1-0/+1
2008-08-06vfs: fix lookup on deleted directoryMiklos Szeredi1-2/+17
2008-08-06jbd: fix race between free buffer and commit transactionMingming Cao1-2/+55
2008-08-06NFS: Ensure we zap only the access and acl caches when setting new aclsTrond Myklebust4-7/+12
2008-08-06romfs_readpage: don't report errors for pages beyond i_sizeLinus Torvalds1-14/+23
2008-08-01VFS: increase pseudo-filesystem block size to PAGE_SIZEAlex Nixon1-2/+2
2008-08-01eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-08-01proc: fix /proc/*/pagemap some moreAlexey Dobriyan1-1/+1
2008-08-01isofs: fix minor filesystem corruptionAdam Greenblatt1-2/+20
2008-08-01quota: fix possible infinite loop in quota codeJan Kara1-1/+15
2008-07-13cifs: fix wksidarr declaration to be big-endian friendlyJeff Layton1-5/+5
2008-07-13cifs: fix inode leak in cifs_get_inode_info_unixJeff Layton1-10/+10
2008-07-11Fix reference counting race on log buffersDave Chinner1-4/+11
2008-07-11exec: fix stack excutability without PT_GNU_STACKHugh Dickins1-1/+1
2008-07-10ocfs2: Fix flags in ocfs2_file_lockMark Fasheh1-7/+7
2008-07-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2008-07-08Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney1-0/+2
2008-07-08NFS: Fix readdir cache invalidationTrond Myklebust1-1/+1
2008-07-07[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran1-0/+2
2008-07-06Fix pagemap_read() use of struct mm_walkAndrew Morton1-34/+38
2008-07-06Fix clear_refs_write() use of struct mm_walkAndrew Morton1-4/+4
2008-07-04security: filesystem capabilities: fix fragile setuid fixup codeAndrew G. Morgan1-15/+22
2008-07-04add kernel-doc for simple_read_from_buffer and memory_read_from_bufferAkinobu Mita1-0/+28
2008-07-04ntfs: update help textJess Guerrero1-1/+1
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow1-2/+0
2008-07-04reiserfs: add missing unlock to an error path in reiserfs_quota_write()Jan Kara1-1/+3
2008-07-04ext4: add missing unlock to an error path in ext4_quota_write()Jan Kara1-1/+3
2008-07-04ext3: add missing unlock to error path in ext3_quota_write()Jan Kara1-1/+3
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen3-10/+14
2008-07-01Properly notify block layer of sync writesJens Axboe1-5/+8
2008-06-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-34/+23
2008-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-91/+88
2008-06-24[GFS2] fix gfs2 block allocation (cleaned up)Benjamin Marzinski1-14/+9