summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2009-05-08Get rid of bumping fs_struct refcount in pivot_root(2)Al Viro
2009-05-08fix setuid sometimes wouldn'tHugh Dickins
2009-05-08fix setuid sometimes doesn'tHugh Dickins
2009-05-08compat_do_execve should unshare_filesHugh Dickins
2009-05-08pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh
2009-05-08bio: fix memcpy corruption in bio_copy_user_iov()FUJITA Tomonori
2009-04-27hugetlbfs: return negative error code for bad mount optionAkinobu Mita
2009-04-27NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust
2009-04-27splice: fix deadlock in splicing to fileMiklos Szeredi
2009-04-27vfs: skip I_CLEAR state inodesWu Fengguang
2009-04-27ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o
2009-04-27ext4: fix typo which causes a memory leak on error pathDan Carpenter
2009-04-02fuse: fix fuse_file_lseek returning with lock heldDan Carpenter
2009-04-02CIFS: Fix memory overwrite when saving nativeFileSystem field during mountSteve French
2009-04-02cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton
2009-03-22Update my email addressGertjan van Wingerde
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks
2009-03-19aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer
2009-03-19eventfd: remove fput() call from possible IRQ contextDavide Libenzi