summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-10-12eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)Tyler Hicks1-0/+2
2009-10-05fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara1-6/+8
2009-09-24nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun1-3/+3
2009-09-24Short write in nfsd becomes a full write to the clientDavid Shaw4-11/+17
2009-09-24udf: Use device size when drive reported bogus number of written blocksJan Kara1-1/+6
2009-09-24binfmt_elf: fix PT_INTERP bss handlingRoland McGrath1-14/+14
2009-09-15JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo1-0/+10
2009-09-10OCFS2: fix build errorGreg Kroah-Hartman1-0/+1
2009-09-09ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-09-09ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran1-18/+46
2009-08-17Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl"Greg Kroah-Hartman1-1/+0
2009-08-17NFS: Fix an O_DIRECT Oops...Trond Myklebust3-18/+14
2009-08-17mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov3-5/+5
2009-08-17mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov1-12/+11
2009-08-17flat: fix uninitialized ptr with shared libsLinus Torvalds1-5/+12
2009-08-17compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen1-0/+1
2009-08-17sysfs: fix hardlink count on device_movePeter Oberparleiter1-0/+2
2009-07-31eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-...Ramon de Carvalho Valle1-0/+7
2009-07-31eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406)Tyler Hicks1-0/+6
2009-07-31elf: fix one check-after-useAmerigo Wang1-2/+2
2009-07-03jbd: fix race in buffer processing in commit codeJan Kara1-2/+4
2009-06-12ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o1-5/+12
2009-06-12ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V1-0/+13
2009-06-12ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V1-1/+5
2009-06-12ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V2-0/+9
2009-06-12ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o1-3/+1
2009-06-12ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o1-0/+12
2009-06-12ext4: really print the find_group_flex fallback warning only onceChuck Ebbert1-1/+2
2009-06-12ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o1-1/+1
2009-06-12ext4: fix typo which causes a memory leak on error pathDan Carpenter1-1/+1
2009-06-12jbd2: Update locking comentsJan Kara1-5/+19
2009-06-12ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o1-1/+9
2009-06-12ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V2-1/+10
2009-06-12ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o1-1/+4
2009-06-12ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o3-0/+8
2009-06-12ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o3-0/+59
2009-06-12ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-06-12ext4: tighten restrictions on inode flagsDuane Griffin3-11/+23
2009-06-12ext4: don't inherit inappropriate inode flags from parentDuane Griffin2-1/+8
2009-06-12ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen1-2/+7
2009-06-12ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen1-2/+2
2009-06-12ext4: Print the find_group_flex() warning only onceTheodore Ts'o1-1/+3
2009-06-12ext4: fix header check in ext4_ext_search_right() for deep extent trees.Eric Sandeen1-2/+4
2009-06-12ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen1-5/+7
2009-06-12nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz1-1/+2
2009-05-20ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi2-22/+77
2009-05-20splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi1-11/+23
2009-05-20splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi1-16/+2
2009-05-20splice: split up __splice_from_pipe()Miklos Szeredi1-74/+143
2009-05-20NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust1-5/+4