| Commit message (Expand) | Author | Age | Files | Lines |
* | [GFS2] Given device ID rather than s_id in "id" sysfs file | Bob Peterson | 2008-01-25 | 1 | -1/+2 |
* | [GFS2] Remove flags no longer required | Steven Whitehouse | 2008-01-25 | 2 | -19/+2 |
* | [GFS2] Reorder writeback for glock sync | Steven Whitehouse | 2008-01-25 | 2 | -71/+22 |
* | [GFS2] Add sync_page to metadata address space operations | Steven Whitehouse | 2008-01-25 | 1 | -0/+1 |
* | [GFS2] Remove "reclaim limit" | Steven Whitehouse | 2008-01-25 | 4 | -13/+0 |
* | [GFS2] Remove unused variables | Steven Whitehouse | 2008-01-25 | 2 | -8/+0 |
* | [GFS2] Use correct include file in ops_address.c | Steven Whitehouse | 2008-01-25 | 1 | -1/+1 |
* | [GFS2] Don't hold page lock when starting transaction | Steven Whitehouse | 2008-01-25 | 1 | -26/+25 |
* | [GFS2] Add writepages for GFS2 jdata | Steven Whitehouse | 2008-01-25 | 2 | -9/+206 |
* | [GFS2] Split gfs2_writepage into three cases | Steven Whitehouse | 2008-01-25 | 2 | -28/+101 |
* | [GFS2] Introduce gfs2_set_aops() | Steven Whitehouse | 2008-01-25 | 5 | -31/+72 |
* | [GFS2] Add gfs2_is_writeback() | Steven Whitehouse | 2008-01-25 | 4 | -11/+13 |
* | [GFS2] Remove unused field in struct gfs2_inode | Steven Whitehouse | 2008-01-25 | 2 | -2/+0 |
* | [GFS2] Remove useless i_cache from inodes | Steven Whitehouse | 2008-01-25 | 10 | -110/+19 |
* | [GFS2] Use ->page_mkwrite() for mmap() | Steven Whitehouse | 2008-01-25 | 7 | -251/+131 |
* | [GFS2] Clean up internal read function | Steven Whitehouse | 2008-01-25 | 8 | -126/+111 |
* | [GFS2] Handle multiple glock demote requests | Wendy Cheng | 2008-01-25 | 2 | -1/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-01-24 | 1 | -1/+1 |
|\ |
|
| * | [SPARC]: Constify function pointer tables. | Jan Engelhardt | 2008-01-23 | 1 | -1/+1 |
* | | Fix file references in documentation and Kconfig | Johann Felix Soden | 2008-01-22 | 1 | -2/+2 |
|/ |
|
* | jbd: do not try lock_acquire after handle made invalid | Jonas Bonn | 2008-01-18 | 1 | -0/+2 |
* | hfs: fix coverity-found null deref | Eric Sandeen | 2008-01-18 | 1 | -3/+4 |
* | sysfs: fix bugs in sysfs_rename/move_dir() | Tejun Heo | 2008-01-16 | 1 | -1/+3 |
* | sysfs: make sysfs_lookup() return ERR_PTR(-ENOENT) on failed lookup | Tejun Heo | 2008-01-16 | 1 | -1/+3 |
* | Revert "writeback: introduce writeback_control.more_io to indicate more io" | Linus Torvalds | 2008-01-15 | 1 | -2/+0 |
* | fix the "remove task_ppid_nr_ns" commit | Oleg Nesterov | 2008-01-14 | 1 | -1/+1 |
* | knfsd: Allow NFSv2/3 WRITE calls to succeed when krb5i etc is used. | NeilBrown | 2008-01-13 | 2 | -2/+8 |
* | remove task_ppid_nr_ns | Roland McGrath | 2008-01-13 | 1 | -2/+2 |
* | Use access mode instead of open flags to determine needed permissions | Linus Torvalds | 2008-01-12 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2008-01-11 | 1 | -6/+10 |
|\ |
|
| * | [XFS] fix unaligned access in readdir | Christoph Hellwig | 2008-01-11 | 1 | -6/+10 |
* | | NFSv4: Give the lock stateid its own sequence queue | Trond Myklebust | 2008-01-10 | 2 | -1/+5 |
|/ |
|
* | hfs: handle more on-disk corruptions without oopsing | Eric Sandeen | 2008-01-09 | 4 | -3/+42 |
* | eCryptfs: fix dentry handling on create error, unlink, and inode destroy | Michael Halcrow | 2008-01-09 | 2 | -17/+4 |
* | fat: optimize fat_count_free_clusters() | OGAWA Hirofumi | 2008-01-09 | 1 | -0/+28 |
* | core dump: real_parent ppid | Roland McGrath | 2008-01-07 | 1 | -2/+2 |
* | fix: using joysticks in 32 bit applications on 64 bit systems | Akos Maroy | 2008-01-06 | 1 | -0/+8 |
* | NFSv4: Fix open_to_lock_owner sequenceid allocation... | Trond Myklebust | 2008-01-03 | 1 | -11/+19 |
* | NFSv4: nfs4_open_confirm must not set the open_owner as confirmed on error | Trond Myklebust | 2008-01-03 | 1 | -3/+1 |
* | NFSv4: Fix circular locking dependency in nfs4_kill_renewd | Trond Myklebust | 2008-01-03 | 1 | -2/+0 |
* | NFS: Fix a possible Oops in fs/nfs/super.c | Trond Myklebust | 2008-01-03 | 1 | -1/+11 |
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid | Al Viro | 2008-01-02 | 4 | -5/+24 |
* | Unify /proc/slabinfo configuration | Linus Torvalds | 2008-01-02 | 1 | -19/+2 |
* | slub: register slabinfo to procfs | Pekka Enberg | 2008-01-02 | 1 | -0/+17 |
* | ecryptfs: redo dget,mntget on dentry_open failure | Eric Sandeen | 2007-12-23 | 1 | -1/+4 |
* | ecryptfs: fix unlocking in error paths | Eric Sandeen | 2007-12-23 | 2 | -4/+5 |
* | Don't send quota messages repeatedly when hardlimit reached | Jan Kara | 2007-12-23 | 1 | -7/+16 |
* | Fix computation of SKB size for quota messages | Jan Kara | 2007-12-23 | 1 | -5/+4 |
* | ecryptfs: fix string overflow on long cipher names | Eric Sandeen | 2007-12-23 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 | Linus Torvalds | 2007-12-21 | 2 | -3/+2 |
|\ |
|