summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [GFS2] Fix runtime issue with UP kernelsFabio Massimo Di Nitto2008-01-252-5/+0Star
* [GFS2] tidy up error messageDavid Teigland2008-01-251-2/+1Star
* [GFS2] Check for installation of mount helpers for DLM mountsFabio Massimo Di Nitto2008-01-251-0/+6
* [GFS2] Don't periodically update the jindexSteven Whitehouse2008-01-254-17/+0Star
* [GFS2] Move gfs2_logd into log.cSteven Whitehouse2008-01-254-54/+56
* [GFS2] Use atomic_t for journal free blocks counterSteven Whitehouse2008-01-253-16/+16
* [GFS2] Don't add glocks to the journalSteven Whitehouse2008-01-259-78/+21Star
* [GFS2] check kthread_should_stop when waitingDavid Teigland2008-01-251-7/+2Star
* [GFS2] Given device ID rather than s_id in "id" sysfs fileBob Peterson2008-01-251-1/+2
* [GFS2] Remove flags no longer requiredSteven Whitehouse2008-01-252-19/+2Star
* [GFS2] Reorder writeback for glock syncSteven Whitehouse2008-01-252-71/+22Star
* [GFS2] Add sync_page to metadata address space operationsSteven Whitehouse2008-01-251-0/+1
* [GFS2] Remove "reclaim limit"Steven Whitehouse2008-01-254-13/+0Star
* [GFS2] Remove unused variablesSteven Whitehouse2008-01-252-8/+0Star
* [GFS2] Use correct include file in ops_address.cSteven Whitehouse2008-01-251-1/+1
* [GFS2] Don't hold page lock when starting transactionSteven Whitehouse2008-01-251-26/+25Star
* [GFS2] Add writepages for GFS2 jdataSteven Whitehouse2008-01-252-9/+206
* [GFS2] Split gfs2_writepage into three casesSteven Whitehouse2008-01-252-28/+101
* [GFS2] Introduce gfs2_set_aops()Steven Whitehouse2008-01-255-31/+72
* [GFS2] Add gfs2_is_writeback()Steven Whitehouse2008-01-254-11/+13
* [GFS2] Remove unused field in struct gfs2_inodeSteven Whitehouse2008-01-252-2/+0Star
* [GFS2] Remove useless i_cache from inodesSteven Whitehouse2008-01-2510-110/+19Star
* [GFS2] Use ->page_mkwrite() for mmap()Steven Whitehouse2008-01-257-251/+131Star
* [GFS2] Clean up internal read functionSteven Whitehouse2008-01-258-126/+111Star
* [GFS2] Handle multiple glock demote requestsWendy Cheng2008-01-252-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-01-241-1/+1
|\
| * [SPARC]: Constify function pointer tables.Jan Engelhardt2008-01-231-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-181-0/+2
* hfs: fix coverity-found null derefEric Sandeen2008-01-181-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-151-2/+0Star
* 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-094-3/+42
* eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2008-01-092-17/+4Star
* fat: optimize fat_count_free_clusters()OGAWA Hirofumi2008-01-091-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/+1Star
* NFSv4: Fix circular locking dependency in nfs4_kill_renewdTrond Myklebust2008-01-031-2/+0Star
* 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