Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | nfsctl: use vfs_path_lookup | Josef 'Jeff' Sipek | 1 | -10/+6 |
2007-07-19 | fs: introduce vfs_path_lookup | Josef 'Jeff' Sipek | 1 | -0/+32 |
2007-07-19 | mm: variable length argument support | Ollie Wild | 6 | -308/+478 |
2007-07-19 | audit: rework execve audit | Peter Zijlstra | 1 | -0/+3 |
2007-07-19 | readahead: split ondemand readahead interface into two functions | Rusty Russell | 3 | -7/+7 |
2007-07-19 | readahead: pass real splice size | Fengguang Wu | 1 | -7/+5 |
2007-07-19 | readahead: move synchronous readahead call out of splice loop | Fengguang Wu | 1 | -5/+6 |
2007-07-19 | readahead: convert ext3/ext4 invocations | Fengguang Wu | 2 | -12/+16 |
2007-07-19 | readahead: convert splice invocations | Fengguang Wu | 1 | -11/+7 |
2007-07-19 | eCryptfs: ecryptfs_setattr() bugfix | Michael Halcrow | 1 | -2/+3 |
2007-07-19 | Avoid too many remote cpu references due to /proc/stat | Ravikiran G Thirumalai | 1 | -3/+12 |
2007-07-19 | unregister_chrdev() return void | Akinobu Mita | 1 | -2/+1 |
2007-07-19 | UDF: coding style conversion - lindent | Cyrill Gorcunov | 23 | -3649/+3801 |
2007-07-19 | mm: fault feedback #2 | Nick Piggin | 1 | -3/+8 |
2007-07-19 | mm: fault feedback #1 | Nick Piggin | 5 | -69/+62 |
2007-07-19 | mm: merge populate and nopage into fault (fixes nonlinear) | Nick Piggin | 7 | -52/+53 |
2007-07-19 | mm: fix fault vs invalidate race for linear mappings | Nick Piggin | 5 | -0/+7 |
2007-07-19 | [XFS] Fix inode size update before data write in xfs_setattr | David Chinner | 1 | -1/+24 |
2007-07-19 | [XFS] Allow punching holes to free space when at ENOSPC | David Chinner | 1 | -1/+4 |
2007-07-19 | [XFS] Implement ->page_mkwrite in XFS. | David Chinner | 1 | -0/+16 |
2007-07-19 | [FS] Implement block_page_mkwrite. | David Chinner | 1 | -0/+47 |
2007-07-19 | ocfs2: ->fallocate() support | Mark Fasheh | 1 | -18/+59 |
2007-07-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 38 | -3156/+3440 |
2007-07-18 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 7 | -31/+33 |
2007-07-18 | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 4 | -61/+101 |
2007-07-19 | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | Steve French | 416 | -13374/+20865 |
2007-07-19 | [CIFS] merge conflict in fs/cifs/export.c | Steve French | 1 | -0/+1 |
2007-07-18 | [CIFS] Allow disabling CIFS Unix Extensions as mount option | Steve French | 9 | -46/+65 |
2007-07-18 | locks: fix vfs_test_lock() comment | J. Bruce Fields | 1 | -2/+1 |
2007-07-18 | locks: make posix_test_lock() interface more consistent | J. Bruce Fields | 2 | -7/+7 |
2007-07-18 | nfs: disable leases over NFS | J. Bruce Fields | 1 | -0/+12 |
2007-07-18 | gfs2: stop giving out non-cluster-coherent leases | Marc Eshel | 1 | -0/+24 |
2007-07-18 | locks: export setlease to filesystems | J. Bruce Fields | 1 | -1/+2 |
2007-07-18 | locks: provide a file lease method enabling cluster-coherent leases | J. Bruce Fields | 1 | -2/+22 |
2007-07-18 | locks: rename lease functions to reflect locks.c conventions | J. Bruce Fields | 2 | -13/+12 |
2007-07-18 | locks: share more common lease code | J. Bruce Fields | 1 | -20/+10 |
2007-07-18 | locks: clean up lease_alloc() | J. Bruce Fields | 1 | -12/+9 |
2007-07-18 | locks: convert an -EINVAL return to a BUG | J. Bruce Fields | 1 | -3/+1 |
2007-07-18 | leases: minor break_lease() comment clarification | david m. richter | 1 | -3/+3 |
2007-07-18 | sysfs: cosmetic clean up on node creation failure paths | Tejun Heo | 3 | -13/+18 |
2007-07-18 | sysfs: kill an extra put in sysfs_create_link() failure path | Tejun Heo | 1 | -0/+2 |
2007-07-18 | sysfs: make sysfs_init_inode() static | Tejun Heo | 2 | -2/+1 |
2007-07-18 | sysfs: fix sysfs root inode nlink accounting | Tejun Heo | 1 | -5/+5 |
2007-07-18 | sysfs: avoid kmem_cache_free(NULL) | Akinobu Mita | 1 | -6/+7 |
2007-07-18 | debugfs: remove rmdir() non-empty complaint | Jens Axboe | 1 | -5/+0 |
2007-07-18 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 14 | -248/+1143 |
2007-07-18 | usermodehelper: Tidy up waiting | Jeremy Fitzhardinge | 1 | -1/+1 |
2007-07-18 | ext4: extent macros cleanup | Dmitry Monakhov | 1 | -4/+9 |
2007-07-18 | Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions. | Dmitry Monakhov | 1 | -8/+10 |
2007-07-18 | ext4: remove extra IS_RDONLY() check | Dave Hansen | 1 | -1/+1 |