summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-10-05/proc/kcore: work around a BUG()KAMEZAWA Hiroyuki1-1/+7
2009-10-05Fix idle time field in /proc/uptimeMichael Abbott1-1/+6
2009-10-05Re-enable Lanman securityChuck Ebbert1-2/+2
2009-10-05nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi1-0/+1
2009-10-05fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara1-6/+8
2009-09-24udf: Use device size when drive reported bogus number of written blocksJan Kara1-1/+6
2009-09-24binfmt_elf: fix PT_INTERP bss handlingRoland McGrath1-14/+14
2009-09-15nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi1-1/+1
2009-09-15JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo1-0/+10
2009-09-08ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-09-08xfs: fix spin_is_locked assert on uni-processor buildsChristoph Hellwig1-1/+1
2009-09-08xfs: fix freeing of inodes not yet added to the inode cacheChristoph Hellwig2-74/+68
2009-09-08vfs: add __destroy_inodeChristoph Hellwig1-3/+7
2009-09-08vfs: fix inode_init_always calling conventionChristoph Hellwig2-25/+22
2009-09-08ocfs2: Initialize the cluster we're writing to in a non-sparse extendSunil Mushran1-19/+47
2009-09-08kernel_read: redefine offset typeMimi Zohar1-2/+2
2009-09-08mm: fix hugetlb bug due to user_shm_unlock callHugh Dickins1-8/+12
2009-09-08Re-introduce page mapping check in mark_buffer_dirty()Linus Torvalds1-2/+5
2009-09-08poll/select: initialize triggered field of struct poll_wqueuesGuillaume Knispel1-0/+1
2009-08-16NFS: Fix an O_DIRECT Oops...Trond Myklebust3-18/+14
2009-08-16mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov1-11/+11
2009-08-16mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov3-5/+5
2009-08-16mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov1-12/+11
2009-08-16compat_ioctl: hook up compat handler for FIEMAP ioctlEric Sandeen1-0/+1
2009-08-16flat: fix uninitialized ptr with shared libsLinus Torvalds1-5/+12
2009-08-16nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodesRyusuke Konishi1-1/+15
2009-08-16cifs: fix error handling in mount-time DFS referral chasing codeJeff Layton2-6/+19
2009-08-16sysfs: fix hardlink count on device_movePeter Oberparleiter1-0/+2
2009-07-30eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-...Ramon de Carvalho Valle1-0/+7
2009-07-30eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406)Tyler Hicks1-0/+6
2009-07-30elf: fix one check-after-useAmerigo Wang1-2/+2
2009-07-30nilfs2: fix disorder in cp count on error during deleting checkpointsJiro SEKIBA1-3/+2
2009-07-30nilfs2: fix incorrect KERN_CRIT messages in case of write failuresRyusuke Konishi1-9/+0
2009-07-30nilfs2: fix hang problem of log writer which occurs after write failuresRyusuke Konishi1-20/+6
2009-07-30nilfs2: remove unlikely directive causing mis-conversion of error codeRyusuke Konishi1-2/+2
2009-07-30block: fix sg SG_DXFER_TO_FROM_DEV regressionFUJITA Tomonori1-10/+12
2009-07-30partitions: fix broken uevent_suppress conversionHeiko Carstens1-1/+1
2009-07-30cifs: free nativeFileSystem field before allocating a new oneJeff Layton1-0/+1
2009-07-30cifs: fix regression with O_EXCL creates and optimize away lookupJeff Layton1-0/+9
2009-07-30NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()David Howells1-2/+1
2009-07-19fuse: fix return value of fuse_dev_write()Csaba Henk1-1/+1
2009-07-19fuse: fix bad return value in fuse_file_poll()Miklos Szeredi1-1/+1
2009-07-02xfs: fix freeing memory in xfs_getbmap()Felix Blyakher1-0/+1
2009-07-02ocfs2: Fix ocfs2_osb_dump()Sunil Mushran1-14/+18
2009-07-02CONFIG_FILE_LOCKING should not depend on CONFIG_BLOCKTomas Szepe1-7/+7
2009-07-02cifs: fix fh_mutex locking in cifs_reopen_fileJeff Layton1-5/+5
2009-07-02ramfs: ignore unknown mount optionsMike Frysinger1-3/+6
2009-07-02epoll: fix nested calls supportDavide Libenzi1-9/+12
2009-07-02jfs: fix regression preventing coalescing of extentsDave Kleikamp1-0/+1
2009-07-02fs: remove incorrect I_NEW warningsNick Piggin1-2/+0