summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: destroy bdi on errorMiklos Szeredi2009-05-181-0/+1
* lockd: fix list corruption on lockd restartJ. Bruce Fields2009-05-181-4/+11
* NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust2009-05-181-5/+4
* nfsd4: check for negative dentry before use in nfsv4 readdirJ. Bruce Fields2009-05-181-1/+15
* epoll: fix size check in epoll_create()Davide Libenzi2009-05-181-1/+1
* CIFS: Fix endian conversion of vcnum fieldSteve French2009-05-181-1/+1
* NFS: Close page_mkwrite() racesTrond Myklebust2009-05-181-3/+3
* NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust2009-05-181-2/+0
* GFS2: Fix page_mkwrite() return codeSteven Whitehouse2009-05-181-1/+3
* mm: close page_mkwrite racesNick Piggin2009-05-181-4/+6
* fs: fix page_mkwrite error cases in core code and btrfsNick Piggin2009-05-182-8/+15
* mm: page_mkwrite change prototype to match faultNick Piggin2009-05-1811-15/+37
* cifs: Fix unicode string area word alignment in session setupJeff Layton2009-05-181-21/+23
* cifs: Fix buffer size in cifs_convertUCSpathSuresh Jayaraman2009-05-181-2/+3
* cifs: Fix incorrect destination buffer size in cifs_strncpy_to_hostSuresh Jayaraman2009-05-181-9/+8
* cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflowsSuresh Jayaraman2009-05-182-1/+8
* cifs: Fix buffer size for tcon->nativeFileSystem fieldJeff Layton2009-05-181-5/+1
* dup2: Fix return value with oldfd == newfd and invalid fdJeff Mahoney2009-05-181-2/+4
* fiemap: fix problem with setting FIEMAP_EXTENT_LASTJosef Bacik2009-05-181-20/+55
* mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-081-1/+1
* proc: avoid information leaks to non-privileged processesJake Edge2009-05-082-5/+13
* check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/Oleg Nesterov2009-05-081-4/+2
* do_execve() must not clear fs->in_exec if it was set by another threadOleg Nesterov2009-05-082-15/+15
* check_unsafe_exec() doesn't care about signal handlers sharingAl Viro2009-05-081-5/+2
* New locking/refcounting for fs_structAl Viro2009-05-085-29/+91
* Take fs_struct handling to new file (fs/fs_struct.c)Al Viro2009-05-086-81/+150
* Get rid of bumping fs_struct refcount in pivot_root(2)Al Viro2009-05-081-9/+17
* fix setuid sometimes wouldn'tHugh Dickins2009-05-081-34/+16
* fix setuid sometimes doesn'tHugh Dickins2009-05-083-9/+5
* compat_do_execve should unshare_filesHugh Dickins2009-05-081-1/+11
* pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh2009-05-081-0/+4
* bio: fix memcpy corruption in bio_copy_user_iov()FUJITA Tomonori2009-05-081-0/+3
* hugetlbfs: return negative error code for bad mount optionAkinobu Mita2009-04-271-2/+1
* NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-271-1/+2
* splice: fix deadlock in splicing to fileMiklos Szeredi2009-04-272-7/+26
* vfs: skip I_CLEAR state inodesWu Fengguang2009-04-273-3/+4
* ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o2009-04-271-1/+1
* ext4: fix typo which causes a memory leak on error pathDan Carpenter2009-04-271-1/+1
* fuse: fix fuse_file_lseek returning with lock heldDan Carpenter2009-04-021-1/+2
* CIFS: Fix memory overwrite when saving nativeFileSystem field during mountSteve French2009-04-022-1/+4
* cifs: fix buffer format byte on NT Rename/hardlinkJeff Layton2009-04-021-2/+4
* Update my email addressGertjan van Wingerde2009-03-222-2/+2
* eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks2009-03-223-25/+18
* eCryptfs: Allocate a variable number of pages for file headersTyler Hicks2009-03-221-13/+26
* aio: lookup_ioctx can return the wrong value when looking up a bogus contextJeff Moyer2009-03-191-2/+3
* eventfd: remove fput() call from possible IRQ contextDavide Libenzi2009-03-191-10/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-03-193-3/+59
|\
| * Btrfs: Clear space_info full when adding new devicesChris Mason2009-03-101-0/+6
| * Btrfs: Fix locking around adding new space_infoChris Mason2009-03-103-3/+53
* | Fix race in create_empty_buffers() vs __set_page_dirty_buffers()Linus Torvalds2009-03-191-12/+11