summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-01-25[GFS2] Don't add glocks to the journalSteven Whitehouse9-78/+21
2008-01-25[GFS2] check kthread_should_stop when waitingDavid Teigland1-7/+2
2008-01-25[GFS2] Given device ID rather than s_id in "id" sysfs fileBob Peterson1-1/+2
2008-01-25[GFS2] Remove flags no longer requiredSteven Whitehouse2-19/+2
2008-01-25[GFS2] Reorder writeback for glock syncSteven Whitehouse2-71/+22
2008-01-25[GFS2] Add sync_page to metadata address space operationsSteven Whitehouse1-0/+1
2008-01-25[GFS2] Remove "reclaim limit"Steven Whitehouse4-13/+0
2008-01-25[GFS2] Remove unused variablesSteven Whitehouse2-8/+0
2008-01-25[GFS2] Use correct include file in ops_address.cSteven Whitehouse1-1/+1
2008-01-25[GFS2] Don't hold page lock when starting transactionSteven Whitehouse1-26/+25
2008-01-25[GFS2] Add writepages for GFS2 jdataSteven Whitehouse2-9/+206
2008-01-25[GFS2] Split gfs2_writepage into three casesSteven Whitehouse2-28/+101
2008-01-25[GFS2] Introduce gfs2_set_aops()Steven Whitehouse5-31/+72
2008-01-25[GFS2] Add gfs2_is_writeback()Steven Whitehouse4-11/+13
2008-01-25[GFS2] Remove unused field in struct gfs2_inodeSteven Whitehouse2-2/+0
2008-01-25[GFS2] Remove useless i_cache from inodesSteven Whitehouse10-110/+19
2008-01-25[GFS2] Use ->page_mkwrite() for mmap()Steven Whitehouse7-251/+131
2008-01-25[GFS2] Clean up internal read functionSteven Whitehouse8-126/+111
2008-01-25[GFS2] Handle multiple glock demote requestsWendy Cheng2-1/+16
2008-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-1/+1
2008-01-23[SPARC]: Constify function pointer tables.Jan Engelhardt1-1/+1
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden1-2/+2
2008-01-18jbd: do not try lock_acquire after handle made invalidJonas Bonn1-0/+2
2008-01-18hfs: fix coverity-found null derefEric Sandeen1-3/+4
2008-01-16sysfs: fix bugs in sysfs_rename/move_dir()Tejun Heo1-1/+3
2008-01-16sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookupTejun Heo1-1/+3
2008-01-15Revert "writeback: introduce writeback_control.more_io to indicate more io"Linus Torvalds1-2/+0
2008-01-15fix the "remove task_ppid_nr_ns" commitOleg Nesterov1-1/+1
2008-01-13knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used.NeilBrown2-2/+8
2008-01-13remove task_ppid_nr_nsRoland McGrath1-2/+2
2008-01-13Use access mode instead of open flags to determine needed permissionsLinus Torvalds1-2/+2
2008-01-11Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-6/+10
2008-01-11[XFS] fix unaligned access in readdirChristoph Hellwig1-6/+10
2008-01-11NFSv4: Give the lock stateid its own sequence queueTrond Myklebust2-1/+5
2008-01-09hfs: handle more on-disk corruptions without oopsingEric Sandeen4-3/+42
2008-01-09eCryptfs: fix dentry handling on create error, unlink, and inode destroyMichael Halcrow2-17/+4
2008-01-09fat: optimize fat_count_free_clusters()OGAWA Hirofumi1-0/+28
2008-01-08core dump: real_parent ppidRoland McGrath1-2/+2
2008-01-06fix: using joysticks in 32 bit applications on 64 bit systemsAkos Maroy1-0/+8
2008-01-03NFSv4: Fix open_to_lock_owner sequenceid allocation...Trond Myklebust1-11/+19
2008-01-03NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on errorTrond Myklebust1-3/+1
2008-01-03NFSv4: Fix circular locking dependency in nfs4_kill_renewdTrond Myklebust1-2/+0
2008-01-03NFS: Fix a possible Oops in fs/nfs/super.cTrond Myklebust1-1/+11
2008-01-03restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro4-5/+24
2008-01-03Unify /proc/slabinfo configurationLinus Torvalds1-19/+2
2008-01-02slub: register slabinfo to procfsPekka Enberg1-0/+17
2007-12-23ecryptfs: redo dget,mntget on dentry_open failureEric Sandeen1-1/+4
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen2-4/+5
2007-12-23Don't send quota messages repeatedly when hardlimit reachedJan Kara1-7/+16
2007-12-23Fix computation of SKB size for quota messagesJan Kara1-5/+4