summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-20nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields1-1/+15
2009-05-20epoll: fix size check in epoll_create()Davide Libenzi1-1/+1
2009-05-20cifs: Fix unicode string area word alignment in session setupJeff Layton1-21/+23
2009-05-20cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman1-2/+3
2009-05-20cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman1-9/+8
2009-05-20cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman2-1/+8
2009-05-20cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton1-5/+1
2009-05-20NFS: Close page_mkwrite() racesTrond Myklebust1-3/+3
2009-05-20NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-05-20GFS2: Fix page_mkwrite() return codeSteven Whitehouse1-1/+3
2009-05-20mm: close page_mkwrite racesNick Piggin1-4/+6
2009-05-20fs: fix page_mkwrite error cases in core code and btrfsNick Piggin1-4/+8
2009-05-20mm: page_mkwrite change prototype to match faultNick Piggin9-13/+32
2009-05-20dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney1-2/+4
2009-05-09proc: avoid information leaks to non-privileged processesJake Edge2-5/+13
2009-05-09pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh1-0/+4
2009-05-02fs core fixesHugh Dickins3-38/+28
2009-05-02block: revert part of 18ce3751ccd488c78d3827e9f6bf54e6322676fbJens Axboe1-1/+1
2009-05-02hugetlbfs: return negative error code for bad mount optionAkinobu Mita1-2/+1
2009-05-02splice: fix deadlock in splicing to fileMiklos Szeredi2-7/+26