summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: The link() operation should return any delegation on the fileTrond Myklebust2009-11-091-0/+2
* NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust2009-11-092-5/+13
* NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust2009-11-092-7/+0
* nfs: Avoid overrun when copying client IP address stringBen Hutchings2009-11-091-1/+1
* NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust2009-11-092-4/+8
* nfs: Panic when commit failsTerry Loftin2009-11-091-0/+1
* hfsplus: refuse to mount volumes larger than 2TBBen Hutchings2009-11-091-0/+4
* fs: pipe.c null pointer dereferenceEarl Chew2009-11-091-11/+30
* eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)Tyler Hicks2009-10-121-0/+2
* fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara2009-10-051-6/+8
* nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun2009-09-241-3/+3
* Short write in nfsd becomes a full write to the clientDavid Shaw2009-09-244-11/+17
* udf: Use device size when drive reported bogus number of written blocksJan Kara2009-09-241-1/+6
* binfmt_elf: fix PT_INTERP bss handlingRoland McGrath2009-09-241-14/+14
* JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-151-0/+10
* OCFS2: fix build errorGreg Kroah-Hartman2009-09-091-0/+1
* ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran2009-09-081-2/+2
* ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran2009-09-081-18/+46
* Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl"Greg Kroah-Hartman2009-08-171-1/+0
* NFS: Fix an O_DIRECT Oops...Trond Myklebust2009-08-163-18/+14
* mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-163-5/+5
* mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov2009-08-161-12/+11
* flat: fix uninitialized ptr with shared libsLinus Torvalds2009-08-161-5/+12
* compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen2009-08-161-0/+1
* sysfs: fix hardlink count on device_movePeter Oberparleiter2009-08-161-0/+2
* eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-...Ramon de Carvalho Valle2009-07-301-0/+7
* eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406)Tyler Hicks2009-07-301-0/+6
* elf: fix one check-after-useAmerigo Wang2009-07-301-2/+2
* 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-111-5/+12
* ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V2009-06-111-0/+13
* ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V2009-06-111-1/+5
* ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V2009-06-112-0/+9
* ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o2009-06-111-3/+1
* ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o2009-06-111-0/+12
* ext4: really print the find_group_flex fallback warning only onceChuck Ebbert2009-06-111-1/+2
* ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o2009-06-111-1/+1
* ext4: fix typo which causes a memory leak on error pathDan Carpenter2009-06-111-1/+1
* jbd2: Update locking comentsJan Kara2009-06-111-5/+19
* ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o2009-06-111-1/+9
* ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V2009-06-112-1/+10
* ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o2009-06-111-1/+4
* ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o2009-06-113-0/+8
* ext4: add EXT4_IOC_ALLOC_DA_BLKS ioctlTheodore Ts'o2009-06-113-0/+59
* ext4: return -EIO not -ESTALE on directory traversal through deleted inodeBryan Donlan2009-06-111-2/+10
* ext4: tighten restrictions on inode flagsDuane Griffin2009-06-113-11/+23
* ext4: don't inherit inappropriate inode flags from parentDuane Griffin2009-06-112-1/+8
* ext4: fix bb_prealloc_list corruption due to wrong group lockingEric Sandeen2009-06-111-2/+7
* ext4: fix bogus BUG_ONs in in mballoc codeEric Sandeen2009-06-111-2/+2
* ext4: Print the find_group_flex() warning only onceTheodore Ts'o2009-06-111-1/+3