summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2009-07-02fs: remove incorrect I_NEW warningsNick Piggin
2009-07-02jbd: fix race in buffer processing in commit codeJan Kara
2009-06-15ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o
2009-06-15ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V
2009-06-15ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V
2009-06-15ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V
2009-06-15ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o
2009-06-15ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o
2009-06-15ext4: really print the find_group_flex fallback warning only onceChuck Ebbert
2009-06-15jbd2: Update locking comentsJan Kara
2009-06-15ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o
2009-06-15ext4: Add auto_da_alloc mount optionTheodore Ts'o
2009-06-15ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V
2009-06-15ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o
2009-06-15ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o
2009-06-15ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o
2009-06-15ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan
2009-06-15ext4: tighten restrictions on inode flagsDuane Griffin
2009-06-15ext4: don't inherit inappropriate inode flags from parentDuane Griffin
2009-06-15nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz
2009-05-18ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi
2009-05-18splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi
2009-05-18splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi
2009-05-18splice: split up __splice_from_pipe()Miklos Szeredi
2009-05-18fuse: destroy bdi on errorMiklos Szeredi
2009-05-18lockd: fix list corruption on lockd restartJ. Bruce Fields
2009-05-18NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust
2009-05-18nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields
2009-05-18epoll: fix size check in epoll_create()Davide Libenzi
2009-05-18CIFS: Fix endian conversion of vcnum fieldSteve French
2009-05-18NFS: Close page_mkwrite() racesTrond Myklebust
2009-05-18NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust
2009-05-18GFS2: Fix page_mkwrite() return codeSteven Whitehouse
2009-05-18mm: close page_mkwrite racesNick Piggin
2009-05-18fs: fix page_mkwrite error cases in core code and btrfsNick Piggin
2009-05-18mm: page_mkwrite change prototype to match faultNick Piggin
2009-05-18cifs: Fix unicode string area word alignment in session setupJeff Layton
2009-05-18cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman
2009-05-18cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman
2009-05-18cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman
2009-05-18cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton
2009-05-18dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney
2009-05-18fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik
2009-05-08mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro
2009-05-08proc: avoid information leaks to non-privileged processesJake Edge
2009-05-08check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov
2009-05-08do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov
2009-05-08check_unsafe_exec() doesn't care about signal handlers sharingAl Viro
2009-05-08New locking/refcounting for fs_structAl Viro
2009-05-08Take fs_struct handling to new file (fs/fs_struct.c)Al Viro