summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-08-16NFS: Fix an O_DIRECT Oops...Trond Myklebust
2009-08-16mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov
2009-08-16mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov
2009-08-16flat: fix uninitialized ptr with shared libsLinus Torvalds
2009-08-16compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen
2009-08-16sysfs: fix hardlink count on device_movePeter Oberparleiter
2009-07-30eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-...Ramon de Carvalho Valle
2009-07-30eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406)Tyler Hicks
2009-07-30elf: fix one check-after-useAmerigo Wang
2009-07-02jbd: fix race in buffer processing in commit codeJan Kara
2009-06-11ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o
2009-06-11ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V
2009-06-11ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V
2009-06-11ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V
2009-06-11ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o
2009-06-11ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o
2009-06-11ext4: really print the find_group_flex fallback warning only onceChuck Ebbert
2009-06-11ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o
2009-06-11ext4: fix typo which causes a memory leak on error pathDan Carpenter
2009-06-11jbd2: Update locking comentsJan Kara
2009-06-11ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o
2009-06-11ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V
2009-06-11ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o
2009-06-11ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o
2009-06-11ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o
2009-06-11ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-06-11ext4: tighten restrictions on inode flagsDuane Griffin
2009-06-11ext4: don't inherit inappropriate inode flags from parentDuane Griffin
2009-06-11ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen
2009-06-11ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen
2009-06-11ext4: Print the find_group_flex() warning only onceTheodore Ts'o
2009-06-11ext4: fix header check in ext4_ext_search_right() for deep extent trees.Eric Sandeen
2009-06-11ext4: fix ext4_free_inode() vs. ext4_claim_inode() raceEric Sandeen
2009-06-11nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz
2009-05-19ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi
2009-05-19splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi
2009-05-19splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi
2009-05-19splice: split up __splice_from_pipe()Miklos Szeredi
2009-05-19NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust
2009-05-19nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields
2009-05-19epoll: fix size check in epoll_create()Davide Libenzi
2009-05-19cifs: Fix unicode string area word alignment in session setupJeff Layton
2009-05-19cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman
2009-05-19cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman
2009-05-19cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman
2009-05-19cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton
2009-05-19NFS: Close page_mkwrite() racesTrond Myklebust
2009-05-19NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust
2009-05-19GFS2: Fix page_mkwrite() return codeSteven Whitehouse
2009-05-19mm: close page_mkwrite racesNick Piggin