summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-06-15ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o1-5/+12
2009-06-15ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V1-0/+13
2009-06-15ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V1-1/+5
2009-06-15ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V2-0/+9
2009-06-15ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o1-3/+1
2009-06-15ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o1-0/+12
2009-06-15ext4: really print the find_group_flex fallback warning only onceChuck Ebbert1-1/+2
2009-06-15jbd2: Update locking comentsJan Kara1-5/+19
2009-06-15ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o1-1/+9
2009-06-15ext4: Add auto_da_alloc mount optionTheodore Ts'o4-15/+17
2009-06-15ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V2-2/+10
2009-06-15ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o1-1/+4
2009-06-15ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o3-0/+8
2009-06-15ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o3-0/+59
2009-06-15ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan1-2/+10
2009-06-15ext4: tighten restrictions on inode flagsDuane Griffin3-11/+23
2009-06-15ext4: don't inherit inappropriate inode flags from parentDuane Griffin2-1/+8
2009-06-15nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz1-1/+2
2009-05-19ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi2-22/+77
2009-05-19splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi1-11/+23
2009-05-19splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi1-16/+2
2009-05-19splice: split up __splice_from_pipe()Miklos Szeredi1-74/+143
2009-05-19fuse: destroy bdi on errorMiklos Szeredi1-0/+1
2009-05-19lockd: fix list corruption on lockd restartJ. Bruce Fields1-4/+11
2009-05-19NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust1-5/+4
2009-05-19nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields1-1/+15
2009-05-19epoll: fix size check in epoll_create()Davide Libenzi1-1/+1
2009-05-19CIFS: Fix endian conversion of vcnum fieldSteve French1-1/+1
2009-05-19NFS: Close page_mkwrite() racesTrond Myklebust1-3/+3
2009-05-19NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust1-2/+0
2009-05-19GFS2: Fix page_mkwrite() return codeSteven Whitehouse1-1/+3
2009-05-19mm: close page_mkwrite racesNick Piggin1-4/+6
2009-05-19fs: fix page_mkwrite error cases in core code and btrfsNick Piggin2-8/+15
2009-05-19mm: page_mkwrite change prototype to match faultNick Piggin11-15/+37
2009-05-19cifs: Fix unicode string area word alignment in session setupJeff Layton1-21/+23
2009-05-19cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman1-2/+3
2009-05-19cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman1-9/+8
2009-05-19cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman2-1/+8
2009-05-19cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton1-5/+1
2009-05-19dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney1-2/+4
2009-05-19fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik1-20/+55
2009-05-09mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-05-09proc: avoid information leaks to non-privileged processesJake Edge2-5/+13
2009-05-09check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov1-4/+2
2009-05-09do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov2-15/+15
2009-05-09check_unsafe_exec() doesn't care about signal handlers sharingAl Viro1-5/+2
2009-05-09New locking/refcounting for fs_structAl Viro5-29/+91
2009-05-09Take fs_struct handling to new file (fs/fs_struct.c)Al Viro6-81/+150
2009-05-09Get rid of bumping fs_struct refcount in pivot_root(2)Al Viro1-9/+17
2009-05-09fix setuid sometimes wouldn'tHugh Dickins1-34/+16