Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | [PATCH] NOMMU: Fix execution off of ramfs with mmap() | David Howells | 2006-07-10 | 1 | -2/+2 | |
| * | | | | [PATCH] FDPIC: Fix FDPIC compile errors | David Howells | 2006-07-10 | 1 | -0/+1 | |
| * | | | | [PATCH] mmap zero-length hugetlb file with PROT_NONE to protect a hugetlb vir... | Zhang, Yanmin | 2006-07-10 | 1 | -3/+1 | |
| * | | | | [PATCH] fs/read_write.c: EXPORT_UNUSED_SYMBOL | Adrian Bunk | 2006-07-10 | 1 | -1/+1 | |
| * | | | | [PATCH] partitions: let partitions inherit policy from disk | Peter Oberparleiter | 2006-07-10 | 1 | -0/+1 | |
| * | | | | [PATCH] reiserfs: fix journaling issue regarding fsync() | Hisashi Hifumi | 2006-07-10 | 1 | -1/+5 | |
| |/ / / | ||||||
* | | | | [DLM] dlm: user locks | David Teigland | 2006-07-13 | 13 | -1260/+1192 | |
* | | | | [GFS2] NFS update | Wendy Cheng | 2006-07-13 | 2 | -12/+24 | |
* | | | | [GFS2] Fix a coupls of warnings in dir.c | Steven Whitehouse | 2006-07-11 | 1 | -2/+2 | |
* | | | | [PATCH] patch to init di_payload_format field in gfs2_dinode | Abhijith Das | 2006-07-11 | 1 | -0/+1 | |
* | | | | [GFS2] Fix deadlock in memory allocation | Steven Whitehouse | 2006-07-11 | 1 | -1/+1 | |
* | | | | [GFS2] Add generation number | Steven Whitehouse | 2006-07-11 | 8 | -147/+149 | |
* | | | | [GFS2] Bug fix to gfs2_readpages() | Steven Whitehouse | 2006-07-10 | 1 | -5/+5 | |
* | | | | [GFS2] Remove unused code from dir.c | Steven Whitehouse | 2006-07-10 | 1 | -5/+0 | |
* | | | | [GFS2] Fixes to scanning of glocks (again) | Steven Whitehouse | 2006-07-06 | 4 | -11/+7 | |
* | | | | Merge branch 'master' | Steven Whitehouse | 2006-07-06 | 6 | -282/+300 | |
|\| | | | ||||||
| * | | | Merge branch 'locks' | Trond Myklebust | 2006-07-05 | 3 | -44/+79 | |
| |\ \ \ | ||||||
| | * | | | NLM,NFSv4: Wait on local locks before we put RPC calls on the wire | Trond Myklebust | 2006-07-05 | 2 | -12/+31 | |
| | * | | | VFS: Add support for the FL_ACCESS flag to flock_lock_file() | Trond Myklebust | 2006-07-05 | 1 | -0/+5 | |
| | * | | | NFSv4: Ensure nfs4_lock_expired() caches delegated locks | Trond Myklebust | 2006-07-05 | 1 | -3/+5 | |
| | * | | | NLM,NFSv4: Don't put UNLOCK requests on the wire unless we hold a lock | Trond Myklebust | 2006-07-05 | 2 | -27/+22 | |
| | * | | | VFS: Allow caller to determine if BSD or posix locks were actually freed | Trond Myklebust | 2006-07-05 | 1 | -2/+16 | |
| * | | | | NFS: Optimise away an excessive GETATTR call when a file is symlinked | Trond Myklebust | 2006-07-05 | 1 | -1/+3 | |
| * | | | | NFS: Fix NFS page_state usage | Trond Myklebust | 2006-07-05 | 1 | -3/+17 | |
| |/ / / | ||||||
| * | | | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-07-05 | 21 | -80/+220 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-07-03 | 171 | -3505/+451 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ | Trond Myklebust | 2006-06-29 | 79 | -105/+107 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Revert "Merge branch 'odirect'" | Trond Myklebust | 2006-06-28 | 1 | -234/+201 | |
* | | | | | | | [GFS2] Correct logic in glock scanner | Steven Whitehouse | 2006-07-05 | 1 | -2/+5 | |
* | | | | | | | [GFS2] Add cast for printk | Steven Whitehouse | 2006-07-05 | 1 | -1/+1 | |
* | | | | | | | [GFS2] Make GFS2 work with lock validator | Steven Whitehouse | 2006-07-05 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'master' | Steven Whitehouse | 2006-07-05 | 21 | -80/+220 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | [PATCH] uclinux: fix proc_task()/get_proc-task() naming | Greg Ungerer | 2006-07-04 | 1 | -1/+1 | |
| * | | | | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2006-07-04 | 7 | -33/+29 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [JFFS2][XATTR] Fix memory leak in POSIX-ACL support | KaiGai Kohei | 2006-07-02 | 3 | -5/+4 | |
| | * | | | | | | fs/jffs2/: make 2 functions static | Adrian Bunk | 2006-06-30 | 3 | -5/+3 | |
| | * | | | | | | [JFFS2][XATTR] Fix xd->refcnt race condition | KaiGai Kohei | 2006-06-29 | 1 | -23/+22 | |
| | |/ / / / / | ||||||
| * | | | | | | [PATCH] sched: cleanup, remove task_t, convert to struct task_struct | Ingo Molnar | 2006-07-04 | 1 | -2/+2 | |
| * | | | | | | [PATCH] lockdep: annotate blkdev nesting | Ingo Molnar | 2006-07-04 | 1 | -15/+87 | |
| * | | | | | | [PATCH] lockdep: annotate sb ->s_umount | Arjan van de Ven | 2006-07-04 | 1 | -0/+1 | |
| * | | | | | | [PATCH] lockdep: annotate ->s_lock | Ingo Molnar | 2006-07-04 | 1 | -2/+8 | |
| * | | | | | | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 2006-07-04 | 4 | -4/+4 | |
| * | | | | | | [PATCH] lockdep: annotate NTFS locking rules | Ingo Molnar | 2006-07-04 | 2 | -0/+64 | |
| * | | | | | | [PATCH] lockdep: annotate i_mutex | Ingo Molnar | 2006-07-04 | 1 | -10/+10 | |
| * | | | | | | [PATCH] lockdep: annotate dcache | Ingo Molnar | 2006-07-04 | 1 | -2/+2 | |
| * | | | | | | [PATCH] lockdep: annotate direct io | Ingo Molnar | 2006-07-04 | 1 | -2/+4 | |
| * | | | | | | [PATCH] lockdep: locking init debugging improvement | Ingo Molnar | 2006-07-04 | 1 | -1/+1 | |
| * | | | | | | [PATCH] binfmt_elf: fix checks for bad address | Chuck Ebbert | 2006-07-04 | 1 | -8/+7 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | [GFS2] Fix locking for Direct I/O reads | Steven Whitehouse | 2006-07-05 | 1 | -3/+7 | |
* | | | | | | [GFS2] Mark file_operations const | Steven Whitehouse | 2006-07-03 | 2 | -4/+4 |