| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd | Linus Torvalds | 2012-07-20 | 3 | -55/+69 |
|\ |
|
| * | pnfs-obj: Fix __r4w_get_page when offset is beyond i_size | Boaz Harrosh | 2012-07-20 | 1 | -3/+13 |
| * | pnfs-obj: don't leak objio_state if ore_write/read fails | Boaz Harrosh | 2012-07-20 | 1 | -2/+7 |
| * | ore: Unlock r4w pages in exact reverse order of locking | Boaz Harrosh | 2012-07-20 | 1 | -12/+12 |
| * | ore: Remove support of partial IO request (NFS crash) | Boaz Harrosh | 2012-07-20 | 1 | -7/+1 |
| * | ore: Fix NFS crash by supporting any unaligned RAID IO | Boaz Harrosh | 2012-07-20 | 1 | -31/+36 |
* | | Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2012-07-20 | 1 | -2/+6 |
|\ \ |
|
| * | | UBIFS: fix a bug in empty space fix-up | Artem Bityutskiy | 2012-07-20 | 1 | -2/+6 |
* | | | Merge git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-07-18 | 4 | -15/+66 |
|\ \ \ |
|
| * | | | cifs: always update the inode cache with the results from a FIND_* | Jeff Layton | 2012-07-17 | 1 | -2/+5 |
| * | | | cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps | Jeff Layton | 2012-07-17 | 1 | -1/+29 |
| * | | | cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space | Jeff Layton | 2012-07-17 | 1 | -0/+18 |
| * | | | Initialise mid_q_entry before putting it on the pending queue | Sachin Prabhu | 2012-07-17 | 1 | -12/+14 |
| |/ / |
|
* | | | ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXT | Al Viro | 2012-07-18 | 1 | -1/+0 |
* | | | Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-07-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND | Michael Kerrisk | 2012-07-17 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-07-16 | 4 | -37/+38 |
|\ \ \ \ |
|
| * | | | | xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacks | Christoph Hellwig | 2012-07-13 | 3 | -31/+23 |
| * | | | | xfs: prevent recursion in xfs_buf_iorequest | Christoph Hellwig | 2012-07-13 | 1 | -1/+1 |
| * | | | | xfs: don't defer metadata allocation to the workqueue | Dave Chinner | 2012-07-13 | 1 | -3/+12 |
| * | | | | xfs: really fix the cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 2012-07-13 | 1 | -2/+2 |
* | | | | | fifo: Do not restart open() if it already found a partner | Anders Kaseorg | 2012-07-16 | 1 | -5/+4 |
| |/ / /
|/| | | |
|
* | | | | Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2012-07-13 | 2 | -1/+7 |
|\ \ \ \ |
|
| * | | | | NFSv4: Fix an NFSv4 mount regression | Trond Myklebust | 2012-07-10 | 1 | -0/+2 |
| * | | | | NFS: Fix list manipulation snafus in fs/nfs/direct.c | Trond Myklebust | 2012-07-08 | 1 | -1/+5 |
* | | | | | Remove easily user-triggerable BUG from generic_setlease | Dave Jones | 2012-07-13 | 1 | -1/+1 |
* | | | | | block: fix infinite loop in __getblk_slow | Jeff Moyer | 2012-07-13 | 1 | -9/+13 |
* | | | | | fat: fix non-atomic NFS i_pos read | Steven J. Magnani | 2012-07-12 | 1 | -7/+6 |
* | | | | | fs: ramfs: file-nommu: add SetPageUptodate() | Bob Liu | 2012-07-12 | 1 | -0/+1 |
* | | | | | ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space() | Luis Henriques | 2012-07-12 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | vfs: make O_PATH file descriptors usable for 'fchdir()' | Linus Torvalds | 2012-07-08 | 1 | -3/+3 |
* | | | | Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-07-07 | 2 | -20/+30 |
|\ \ \ \ |
|
| * | | | | eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files | Tyler Hicks | 2012-07-06 | 1 | -7/+16 |
| * | | | | eCryptfs: Fix lockdep warning in miscdev operations | Tyler Hicks | 2012-07-04 | 1 | -12/+13 |
| * | | | | eCryptfs: Properly check for O_RDONLY flag before doing privileged open | Tyler Hicks | 2012-07-04 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o... | Linus Torvalds | 2012-07-06 | 4 | -18/+23 |
|\ \ \ \ |
|
| * | | | | ocfs2: Fix bogus error message from ocfs2_global_read_info | Jan Kara | 2012-07-04 | 1 | -2/+0 |
| * | | | | ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_... | Jeff Liu | 2012-07-04 | 1 | -2/+0 |
| * | | | | ocfs2: use spinlock irqsave for downconvert lock.patch | Srinivas Eeda | 2012-07-04 | 1 | -12/+19 |
| * | | | | ocfs2: Misplaced parens in unlikley | roel | 2012-07-04 | 1 | -1/+1 |
| * | | | | ocfs2: clear unaligned io flag when dio fails | Junxiao Bi | 2012-07-04 | 1 | -1/+3 |
* | | | | | Merge git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2012-07-06 | 1 | -21/+20 |
|\ \ \ \ \ |
|
| * | | | | | cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe... | Jeff Layton | 2012-07-03 | 1 | -6/+3 |
| * | | | | | cifs: fix parsing of password mount option | Suresh Jayaraman | 2012-06-12 | 1 | -15/+17 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2012-07-05 | 13 | -201/+258 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Btrfs: run delayed directory updates during log replay | Chris Mason | 2012-07-02 | 1 | -0/+6 |
| * | | | | | Btrfs: hold a ref on the inode during writepages | Josef Bacik | 2012-07-02 | 1 | -0/+14 |
| * | | | | | Btrfs: fix tree log remove space corner case | Josef Bacik | 2012-07-02 | 1 | -93/+52 |
| * | | | | | Btrfs: fix wrong check during log recovery | Liu Bo | 2012-07-02 | 1 | -1/+1 |
| * | | | | | Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGS | Alexander Block | 2012-07-02 | 1 | -1/+1 |