summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2010-01-06generic_permission: MAY_OPEN is not write accessSerge E. Hallyn
2009-12-18jffs2: Fix long-standing bug with symlink garbage collection.David Woodhouse
2009-12-18hfs: fix a potential buffer overflowAmerigo Wang
2009-12-18debugfs: fix create mutex racy fops and private dataMathieu Desnoyers
2009-12-08fuse: prevent fuse_put_request on invalid pointerAnand V. Avati
2009-12-08fuse: reject O_DIRECT flag also in fuse_createCsaba Henk
2009-12-08jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse
2009-11-09NFSv4: The link() operation should return any delegation on the fileTrond Myklebust
2009-11-09NFSv4: Fix a problem whereby a buggy server can oops the kernelTrond Myklebust
2009-11-09NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust
2009-11-09nfs: Avoid overrun when copying client IP address stringBen Hutchings
2009-11-09NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust
2009-11-09nfs: Panic when commit failsTerry Loftin
2009-11-09hfsplus: refuse to mount volumes larger than 2TBBen Hutchings
2009-11-09fs: pipe.c null pointer dereferenceEarl Chew
2009-10-12eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)Tyler Hicks
2009-10-05fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara
2009-09-24nfsd: fix hung up of nfs client while sync write data to nfs serverWei Yongjun
2009-09-24Short write in nfsd becomes a full write to the clientDavid Shaw
2009-09-24udf: Use device size when drive reported bogus number of written blocksJan Kara
2009-09-24binfmt_elf: fix PT_INTERP bss handlingRoland McGrath
2009-09-15JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo
2009-09-09OCFS2: fix build errorGreg Kroah-Hartman
2009-09-08ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran
2009-09-08ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran
2009-08-17Revert "compat_ioctl: hook up compat handler for FIEMAP ioctl"Greg Kroah-Hartman
2009-08-16NFS: Fix an O_DIRECT Oops...Trond Myklebust
2009-08-16mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov
2009-08-16mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov
2009-08-16flat: fix uninitialized ptr with shared libsLinus Torvalds
2009-08-16compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen
2009-08-16sysfs: fix hardlink count on device_movePeter Oberparleiter
2009-07-30eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-...Ramon de Carvalho Valle
2009-07-30eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406)Tyler Hicks
2009-07-30elf: fix one check-after-useAmerigo Wang
2009-07-02jbd: fix race in buffer processing in commit codeJan Kara
2009-06-11ext4: Fix race in ext4_inode_info.i_cached_extentTheodore Ts'o
2009-06-11ext4: Clear the unwritten buffer_head flag after the extent is initializedAneesh Kumar K.V
2009-06-11ext4: Use a fake block number for delayed new buffer_headAneesh Kumar K.V
2009-06-11ext4: Fix sub-block zeroing for writes into preallocated extentsAneesh Kumar K.V
2009-06-11ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is presentTheodore Ts'o
2009-06-11ext4: Fix softlockup caused by illegal i_file_acl value in on-disk inodeTheodore Ts'o
2009-06-11ext4: really print the find_group_flex fallback warning only onceChuck Ebbert
2009-06-11ext4: fix locking typo in mballoc which could cause soft lockup hangsTheodore Ts'o
2009-06-11ext4: fix typo which causes a memory leak on error pathDan Carpenter
2009-06-11jbd2: Update locking comentsJan Kara
2009-06-11ext4: Check for an valid i_mode when reading the inode from diskTheodore Ts'o
2009-06-11ext4: Fix discard of inode prealloc space with delayed allocation.Aneesh Kumar K.V
2009-06-11ext4: Automatically allocate delay allocated blocks on renameTheodore Ts'o
2009-06-11ext4: Automatically allocate delay allocated blocks on closeTheodore Ts'o