| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't set relatime when noatime is specified | Andi Kleen | 2009-04-19 | 1 | -2/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-04-18 | 13 | -272/+407 |
|\ |
|
| * | cifs: when renaming don't try to unlink negative dentry | Jeff Layton | 2009-04-17 | 1 | -1/+2 |
| * | cifs: remove unneeded bcc_ptr update in CIFSTCon | Jeff Layton | 2009-04-17 | 1 | -1/+0 |
| * | cifs: add cFYI messages with some of the saved strings from ssetup/tcon | Jeff Layton | 2009-04-17 | 2 | -3/+11 |
| * | cifs: fix buffer size for tcon->nativeFileSystem field | Jeff Layton | 2009-04-17 | 1 | -5/+2 |
| * | cifs: fix unicode string area word alignment in session setup | Jeff Layton | 2009-04-17 | 1 | -21/+23 |
| * | [CIFS] Fix build break caused by change to new current_umask helper function | Steve French | 2009-04-17 | 1 | -1/+1 |
| * | [CIFS] Fix sparse warnings | Steve French | 2009-04-17 | 2 | -12/+18 |
| * | [CIFS] Add support for posix open during lookup | Steve French | 2009-04-17 | 3 | -80/+118 |
| * | cifs: no need to use rcu_assign_pointer on immutable keys | Jeff Layton | 2009-04-17 | 2 | -2/+2 |
| * | cifs: remove dnotify thread code | Jeff Layton | 2009-04-17 | 1 | -47/+0 |
| * | [CIFS] remove some build warnings | Steve French | 2009-04-17 | 1 | -3/+5 |
| * | cifs: vary timeout on writes past EOF based on offset (try #5) | Jeff Layton | 2009-04-17 | 6 | -19/+61 |
| * | [CIFS] Fix build break from recent DFS patch when DFS support not enabled | Steve French | 2009-04-17 | 1 | -0/+4 |
| * | Remote DFS root support. | Igor Mammedov | 2009-04-17 | 1 | -32/+120 |
| * | [CIFS] Endian convert UniqueId when reporting inode numbers from server files | Steve French | 2009-04-17 | 6 | -13/+18 |
| * | cifs: remove some pointless conditionals before kfree() | Wei Yongjun | 2009-04-17 | 1 | -24/+12 |
| * | cifs: flush data on any setattr | Jeff Layton | 2009-04-17 | 1 | -28/+30 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-04-17 | 2 | -5/+15 |
|\ \ |
|
| * | | proc: mounts_poll() make consistent to mdstat_poll | KOSAKI Motohiro | 2009-04-16 | 1 | -2/+2 |
| * | | sysfs: sysfs poll keep the poll rule of regular file. | KOSAKI Motohiro | 2009-04-16 | 1 | -2/+2 |
| * | | sysfs: don't use global workqueue in sysfs_schedule_callback() | Alex Chiang | 2009-04-16 | 1 | -1/+11 |
| |/ |
|
* | | AFS: Guard afs_file_readpage_read_complete() definition with CONFIG_AFS_FSCACHE | Matt Kraai | 2009-04-17 | 1 | -0/+2 |
* | | vfat: Note the NLS requirement | Alan Cox | 2009-04-17 | 1 | -0/+3 |
* | | splice: fix new kernel-doc warnings | Randy Dunlap | 2009-04-17 | 1 | -2/+1 |
|/ |
|
* | Add block_write_full_page_endio for passing endio handler | Chris Mason | 2009-04-16 | 1 | -11/+34 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2009-04-15 | 6 | -21/+24 |
|\ |
|
| * | GFS2: Use DEFINE_SPINLOCK | Xu Gang | 2009-04-15 | 1 | -1/+1 |
| * | GFS2: cleanup file_operations mess | Christoph Hellwig | 2009-04-15 | 3 | -14/+16 |
| * | GFS2: Move umount flush rwsem | Steven Whitehouse | 2009-04-15 | 1 | -5/+5 |
| * | GFS2: Fix symlink creation race | Steven Whitehouse | 2009-04-15 | 1 | -0/+1 |
| * | GFS2: Make quotad's waiting interruptible | Steven Whitehouse | 2009-04-15 | 1 | -1/+1 |
* | | gfs2: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -5/+0 |
* | | ext4: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -2/+0 |
* | | dio: Remove code handling bio_alloc failure with __GFP_WAIT | Nikanth Karthikesan | 2009-04-15 | 1 | -2/+0 |
* | | bio: add documentation to bio_alloc() | Jens Axboe | 2009-04-15 | 1 | -0/+18 |
* | | splice: add helpers for locking pipe inode | Miklos Szeredi | 2009-04-15 | 3 | -69/+59 |
* | | splice: remove generic_file_splice_write_nolock() | Miklos Szeredi | 2009-04-15 | 1 | -59/+0 |
* | | ocfs2: fix i_mutex locking in ocfs2_splice_to_file() | Miklos Szeredi | 2009-04-15 | 2 | -22/+77 |
* | | splice: fix i_mutex locking in generic_splice_write() | Miklos Szeredi | 2009-04-15 | 1 | -11/+23 |
* | | splice: remove i_mutex locking in splice_from_pipe() | Miklos Szeredi | 2009-04-15 | 1 | -16/+2 |
* | | splice: split up __splice_from_pipe() | Miklos Szeredi | 2009-04-15 | 1 | -74/+143 |
* | | buffer: switch do_emergency_thaw() away from pdflush_operation() | Jens Axboe | 2009-04-15 | 1 | -2/+9 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2009-04-14 | 1 | -3/+5 |
|\ |
|
| * | fuse: fix "direct_io" private mmap | Miklos Szeredi | 2009-04-09 | 1 | -0/+2 |
| * | fuse: fix argument type in fuse_get_user_pages() | Miklos Szeredi | 2009-04-09 | 1 | -3/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-04-14 | 7 | -213/+197 |
|\ \ |
|
| * | | nilfs2: fix possible mismatch of sufile counters on recovery | Ryusuke Konishi | 2009-04-13 | 3 | -16/+45 |
| * | | nilfs2: segment usage file cleanups | Ryusuke Konishi | 2009-04-13 | 2 | -195/+140 |