| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | Btrfs: resume balance on rw (re)mounts properly | Ilya Dryomov | 2012-07-02 | 4 | -18/+47 |
| * | | | Btrfs: restore restriper state on all mounts | Ilya Dryomov | 2012-07-02 | 3 | -25/+26 |
| * | | | Btrfs: fix dio write vs buffered read race | Josef Bacik | 2012-07-02 | 2 | -18/+50 |
| * | | | Btrfs: don't count I/O statistic read errors for missing devices | Stefan Behrens | 2012-07-02 | 1 | -10/+12 |
| * | | | Btrfs: resolve tree mod log locking issue in btrfs_next_leaf | Jan Schmidt | 2012-06-27 | 1 | -0/+12 |
| * | | | Btrfs: fix tree mod log rewind of ADD operations | Jan Schmidt | 2012-06-27 | 1 | -5/+1 |
| * | | | Btrfs: leave critical region in btrfs_find_all_roots as soon as possible | Jan Schmidt | 2012-06-27 | 1 | -2/+1 |
| * | | | Btrfs: always put insert_ptr modifications into the tree mod log | Jan Schmidt | 2012-06-27 | 1 | -7/+7 |
| * | | | Btrfs: fix tree mod log for root replacements at leaf level | Jan Schmidt | 2012-06-27 | 1 | -13/+15 |
| * | | | Btrfs: support root level changes in __resolve_indirect_ref | Jan Schmidt | 2012-06-27 | 1 | -4/+8 |
| * | | | Btrfs: avoid waiting for delayed refs when we must not | Jan Schmidt | 2012-06-27 | 1 | -5/+6 |
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2012-07-04 | 1 | -15/+20 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | splice: fix racy pipe->buffers uses | Eric Dumazet | 2012-06-13 | 1 | -15/+20 |
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-06-28 | 1 | -38/+64 |
|\ \ \ \ |
|
| * | | | | udf: Fortify loading of sparing table | Jan Kara | 2012-06-28 | 1 | -33/+53 |
| * | | | | udf: Avoid run away loop when partition table length is corrupted | Jan Kara | 2012-06-28 | 1 | -1/+9 |
| * | | | | udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() | Jan Kara | 2012-06-28 | 1 | -4/+2 |
* | | | | | Merge tag 'upstream-3.5-rc5' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2012-06-28 | 2 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | UBIFS: correct usage of IS_ENABLED() | Brian Norris | 2012-06-27 | 1 | -4/+4 |
| * | | | | | UBIFS: fix assertion | Dan Carpenter | 2012-06-18 | 1 | -2/+2 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-06-23 | 1 | -9/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | ceph: check PG_Private flag before accessing page->private | Yan, Zheng | 2012-06-20 | 1 | -9/+12 |
* | | | | | | | Merge tag 'for-linus-Jun-21-2012' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2012-06-22 | 11 | -131/+153 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | xfs: rename log structure to xlog | Mark Tinguely | 2012-06-21 | 6 | -88/+116 |
| * | | | | | | | xfs: shutdown xfs_sync_worker before the log | Ben Myers | 2012-06-21 | 2 | -16/+17 |
| * | | | | | | | xfs: Fix overallocation in xfs_buf_allocate_memory() | Jan Kara | 2012-06-21 | 1 | -14/+2 |
| * | | | | | | | xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_near | Dave Chinner | 2012-06-21 | 1 | -0/+1 |