summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-03-24aio: bad AIO race in aio_complete() leads to process hangQuentin Barnes
2008-03-24jbd: correctly unescape journal data blocksDuane Griffin
2008-03-24jbd2: correctly unescape journal data blocksDuane Griffin
2008-03-24zisofs: fix readpage() outside i_sizeDave Young
2008-03-24nfsd: fix oops on access from high-numbered portsJ. Bruce Fields
2008-03-24eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow
2008-03-24ufs: fix parenthesisation in ufs_set_fs_state()Roel Kluin
2008-03-24fuse: fix permission checkingMiklos Szeredi
2008-02-25XFS: Fix oops in xfs_file_readdir()David Chinner
2008-02-25inotify: fix check for one-shot watches before destroying themUlisses Furquim
2008-02-25NFS: Fix a potential file corruption issue when writingTrond Myklebust
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank
2008-02-08splice: missing user pointer access verification (CVE-2008-0009/10)Jens Axboe
2008-02-08lockdep: annotate epollPeter Zijlstra
2008-02-08vm audit: add VM_DONTEXPAND to mmap for drivers that need it (CVE-2008-0007)Nick Piggin
2008-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2008-01-22[SPARC]: Constify function pointer tables.Jan Engelhardt
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden
2008-01-17jbd: do not try lock_acquire after handle made invalidJonas Bonn
2008-01-17hfs: fix coverity-found null derefEric Sandeen
2008-01-16sysfs: fix bugs in sysfs_rename/move_dir()Tejun Heo
2008-01-16sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookupTejun Heo
2008-01-14Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds
2008-01-14fix the "remove task_ppid_nr_ns" commitOleg Nesterov
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown
2008-01-13remove task_ppid_nr_nsRoland McGrath
2008-01-12Use access mode instead of open flags to determine needed permissionsLinus Torvalds
2008-01-11Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2008-01-11[XFS] fix unaligned access in readdirChristoph Hellwig
2008-01-10NFSv4: Give the lock stateid its own sequence queueTrond Myklebust
2008-01-08hfs: handle more on-disk corruptions without oopsingEric Sandeen
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow
2008-01-08fat: optimize fat_count_free_clusters()OGAWA Hirofumi
2008-01-07core dump: real_parent ppidRoland McGrath
2008-01-06fix: using joysticks in 32 bit applications on 64 bit systemsAkos Maroy
2008-01-03NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust
2008-01-03NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust
2008-01-03NFSv4: Fix circular locking dependency in nfs4_kill_renewdTrond Myklebust
2008-01-03NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro
2008-01-02Unify /proc/slabinfo configurationLinus Torvalds
2008-01-02slub: register slabinfo to procfsPekka Enberg
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen
2007-12-23Don't send quota messages repeatedly when hardlimit reachedJan Kara
2007-12-23Fix computation of SKB size for quota messagesJan Kara
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen
2007-12-20Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds
2007-12-21[XFS] Initialise current offset in xfs_file_readdir correctlyLachlan McIlroy
2007-12-21[XFS] Fix mknod regressionChristoph Hellwig