summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-01-231-1/+1
|\
| * [SPARC]: Constify function pointer tables.Jan Engelhardt2008-01-221-1/+1
* | Fix file references in documentation and KconfigJohann Felix Soden2008-01-221-2/+2
|/
* jbd: do not try lock_acquire after handle made invalidJonas Bonn2008-01-171-0/+2
* hfs: fix coverity-found null derefEric Sandeen2008-01-171-3/+4
* sysfs: fix bugs in sysfs_rename/move_dir()Tejun Heo2008-01-161-1/+3
* sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookupTejun Heo2008-01-161-1/+3
* Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds2008-01-141-2/+0
* fix the "remove task_ppid_nr_ns" commitOleg Nesterov2008-01-141-1/+1
* knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2008-01-132-2/+8
* remove task_ppid_nr_nsRoland McGrath2008-01-131-2/+2
* Use access mode instead of open flags to determine needed permissionsLinus Torvalds2008-01-121-2/+2
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-01-111-6/+10
|\
| * [XFS] fix unaligned access in readdirChristoph Hellwig2008-01-111-6/+10
* | NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2008-01-102-1/+5
|/
* hfs: handle more on-disk corruptions without oopsingEric Sandeen2008-01-084-3/+42
* eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2008-01-082-17/+4
* fat: optimize fat_count_free_clusters()OGAWA Hirofumi2008-01-081-0/+28
* core dump: real_parent ppidRoland McGrath2008-01-071-2/+2
* fix: using joysticks in 32 bit applications on 64 bit systemsAkos Maroy2008-01-061-0/+8
* NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust2008-01-031-11/+19
* NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust2008-01-031-3/+1
* NFSv4: Fix circular locking dependency in nfs4_kill_renewdTrond Myklebust2008-01-031-2/+0
* NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust2008-01-031-1/+11
* restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-024-5/+24
* Unify /proc/slabinfo configurationLinus Torvalds2008-01-021-19/+2
* slub: register slabinfo to procfsPekka Enberg2008-01-021-0/+17
* ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen2007-12-231-1/+4
* ecryptfs: fix unlocking in error pathsEric Sandeen2007-12-232-4/+5
* Don't send quota messages repeatedly when hardlimit reachedJan Kara2007-12-231-7/+16
* Fix computation of SKB size for quota messagesJan Kara2007-12-231-5/+4
* ecryptfs: fix string overflow on long cipher namesEric Sandeen2007-12-231-0/+1
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-12-202-3/+2
|\
| * [XFS] Initialise current offset in xfs_file_readdir correctlyLachlan McIlroy2007-12-211-0/+1
| * [XFS] Fix mknod regressionChristoph Hellwig2007-12-211-3/+1
* | mm: fix exit_mmap BUG() on a.out binary exitIvan Kokshaysky2007-12-201-1/+0
|/
* [XFS] Put the correct offset in dirent d_offLachlan McIlroy2007-12-184-13/+8
* [XFS] Don't wait for pending I/Os when purging blocks beyond eof.Lachlan McIlroy2007-12-181-2/+4
* Fix compilation warning in dquot.cJan Kara2007-12-171-2/+2
* ecryptfs: fix fsx data corruption problemsEric Sandeen2007-12-172-17/+41
* ecryptfs: set s_blocksize from lower fs in sbEric Sandeen2007-12-171-0/+1
* ext3, ext4: avoid divide by zeroAndries E. Brouwer2007-12-172-2/+2
* fs/Kconfig: grammar fixUwe Kleine-König2007-12-171-1/+1
* ecryptfs: initialize new auth_tokens before teardownEric Sandeen2007-12-171-1/+1
* Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-12-174-6/+15
|\
| * NFS: Fix an Oops in NFS unmountTrond Myklebust2007-12-121-0/+11
| * Revert "NFS: Ensure we return zero if applications attempt to write zero bytes"Trond Myklebust2007-12-121-2/+0
| * NFSv2/v3: Fix a memory leak when using -onolockTrond Myklebust2007-12-111-3/+3
| * NFS: Fix NFS mountpoint crossing...Trond Myklebust2007-12-111-1/+1
* | ocfs2: Re-journal buffers after transaction extendMark Fasheh2007-12-172-21/+51