summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: remove incorrect I_NEW warningsNick Piggin2009-07-021-2/+0
* jbd: fix race in buffer processing in commit codeJan Kara2009-07-021-2/+4
* ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o2009-06-151-5/+12
* ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V2009-06-151-0/+13
* ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V2009-06-151-1/+5
* ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V2009-06-152-0/+9
* ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o2009-06-151-3/+1
* ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o2009-06-151-0/+12
* ext4: really print the find_group_flex fallback warning only onceChuck Ebbert2009-06-151-1/+2
* jbd2: Update locking comentsJan Kara2009-06-151-5/+19
* ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o2009-06-151-1/+9
* ext4: Add auto_da_alloc mount optionTheodore Ts'o2009-06-154-15/+17
* ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V2009-06-152-2/+10
* ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o2009-06-151-1/+4
* ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o2009-06-153-0/+8
* ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o2009-06-153-0/+59
* ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-06-151-2/+10
* ext4: tighten restrictions on inode flagsDuane Griffin2009-06-153-11/+23
* ext4: don't inherit inappropriate inode flags from parentDuane Griffin2009-06-152-1/+8
* nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission.Frank Filz2009-06-151-1/+2
* ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi2009-05-182-22/+77
* splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi2009-05-181-11/+23
* splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi2009-05-181-16/+2
* splice: split up __splice_from_pipe()Miklos Szeredi2009-05-181-74/+143
* 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