| Commit message (Expand) | Author | Age | Files | Lines |
* | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-26 | 1 | -5/+0 |
* | lockdep: Add helper function for dir vs file i_mutex annotation | Josh Boyer | 2011-08-25 | 2 | -9/+16 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 2011-08-24 | 4 | -74/+32 |
|\ |
|
| * | fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message | Miklos Szeredi | 2011-08-24 | 1 | -0/+4 |
| * | fuse: mark pages accessed when written to | Johannes Weiner | 2011-08-08 | 1 | -0/+3 |
| * | fuse: delete dead .write_begin and .write_end aops | Johannes Weiner | 2011-08-08 | 1 | -70/+0 |
| * | fuse: fix flock | Miklos Szeredi | 2011-08-08 | 3 | -3/+24 |
| * | fuse: fix non-ANSI void function notation | Randy Dunlap | 2011-06-01 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-08-23 | 54 | -79/+76 |
|\ \ |
|
| * | | xfs: fix tracing builds inside the source tree | Christoph Hellwig | 2011-08-22 | 1 | -0/+2 |
| * | | xfs: remove subdirectories | Christoph Hellwig | 2011-08-12 | 53 | -61/+56 |
| * | | xfs: don't expect xfs headers to be in subdirectories | Alex Elder | 2011-08-12 | 5 | -19/+19 |
* | | | Btrfs: fix 64 bit divide problem | Josef Bacik | 2011-08-21 | 1 | -5/+7 |
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... | Linus Torvalds | 2011-08-21 | 5 | -9/+37 |
|\ \ \ |
|
| * | | | ext4: flush any pending end_io requests before DIO reads w/dioread_nolock | Jiaying Zhang | 2011-08-19 | 1 | -2/+7 |
| * | | | ext4: fix nomblk_io_submit option so it correctly converts uninit blocks | Theodore Ts'o | 2011-08-13 | 1 | -1/+6 |
| * | | | ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN. | Tao Ma | 2011-08-13 | 2 | -3/+12 |
| * | | | ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inode | Jiaying Zhang | 2011-08-13 | 2 | -1/+6 |
| * | | | ext4: Fix ext4_should_writeback_data() for no-journal mode | Curt Wohlgemuth | 2011-08-13 | 2 | -2/+6 |
* | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2011-08-18 | 6 | -40/+43 |
|\ \ \ \ |
|
| * | | | | NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resets | Trond Myklebust | 2011-08-04 | 1 | -0/+5 |
| * | | | | NFSv4.1: Fix the callback 'highest_used_slotid' behaviour | Trond Myklebust | 2011-08-04 | 3 | -24/+22 |
| * | | | | pnfs-obj: Fix the comp_index != 0 case | Boaz Harrosh | 2011-08-04 | 2 | -9/+10 |
| * | | | | pnfs-obj: Bug when we are running out of bio | Boaz Harrosh | 2011-08-04 | 1 | -7/+5 |
| * | | | | nfs: add missing prefetch.h include | Heiko Carstens | 2011-08-04 | 1 | -0/+1 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-08-18 | 9 | -43/+183 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'btrfs-3.0' into for-linus | Chris Mason | 2011-08-18 | 8 | -35/+167 |
| |\ \ \ \ \ |
|
| | * | | | | | Btrfs: set i_size properly when fallocating and we already | Josef Bacik | 2011-08-18 | 1 | -0/+14 |
| | * | | | | | Btrfs: truncate pages from clone ioctl target range | Sage Weil | 2011-08-16 | 1 | -0/+4 |
| | * | | | | | Btrfs: fix uninitialized sync_pending | Miao Xie | 2011-08-16 | 1 | -1/+1 |
| | * | | | | | Btrfs: fix wrong free space information | Miao Xie | 2011-08-16 | 1 | -5/+11 |
| | * | | | | | btrfs: memory leak in btrfs_add_inode_defrag() | Dan Carpenter | 2011-08-16 | 1 | -0/+2 |
| | * | | | | | Btrfs: use plain page_address() in header fields setget functions | Li Zefan | 2011-08-16 | 1 | -4/+2 |
| | * | | | | | Btrfs: forced readonly when btrfs_drop_snapshot() fails | Tsutomu Itoh | 2011-08-16 | 2 | -10/+16 |
| | * | | | | | Btrfs: check if there is enough space for balancing smarter | liubo | 2011-08-16 | 1 | -6/+35 |
| | * | | | | | Btrfs: fix a bug of balance on full multi-disk partitions | liubo | 2011-08-16 | 1 | -4/+13 |
| | * | | | | | Btrfs: fix an oops of log replay | liubo | 2011-08-16 | 1 | -4/+24 |
| | * | | | | | Btrfs: detect wether a device supports discard | Josef Bacik | 2011-08-16 | 3 | -2/+29 |
| | * | | | | | Btrfs: force unplugs when switching from high to regular priority bios | Chris Mason | 2011-08-05 | 1 | -0/+17 |
| * | | | | | | btrfs: unlock on error in btrfs_file_llseek() | Dan Carpenter | 2011-08-18 | 1 | -4/+8 |
| * | | | | | | btrfs: btrfs_permission's RO check shouldn't apply to device nodes | Jeff Mahoney | 2011-08-18 | 1 | -4/+8 |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2011-08-18 | 3 | -4/+5 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | update cifs version to 1.75 | Steve French | 2011-08-18 | 1 | -1/+1 |
| * | | | | | | | [CIFS] possible memory corruption on mount | Steve French | 2011-08-18 | 1 | -1/+2 |
| * | | | | | | | cifs: demote cERROR in build_path_from_dentry to cFYI | Jeff Layton | 2011-08-16 | 1 | -2/+2 |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 | Linus Torvalds | 2011-08-18 | 2 | -5/+4 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | fat: fat16 support maximum 4GB file/vol size as WinXP or 7. | Namjae Jeon | 2011-08-17 | 1 | -2/+1 |
| * | | | | | | | | fat: fix utf8 iocharset warning message | Mihai Moldovan | 2011-08-17 | 1 | -2/+2 |
| * | | | | | | | | fat: fix build warning | Jonas Aberg | 2011-08-17 | 1 | -1/+1 |
* | | | | | | | | | befs: Validate length of long symbolic links. | Timo Warns | 2011-08-17 | 1 | -9/+14 |
| |/ / / / / / /
|/| | | | | | | |
|