| Commit message (Expand) | Author | Age | Files | Lines |
* | affs: introduce VFS superblock object back-reference | Artem Bityutskiy | 2012-07-14 | 2 | -0/+2 |
* | affs: stop using lock_super | Artem Bityutskiy | 2012-07-14 | 1 | -2/+3 |
* | affs: re-structure superblock locking a bit | Artem Bityutskiy | 2012-07-14 | 1 | -5/+2 |
* | affs: remove useless superblock writeout on remount | Artem Bityutskiy | 2012-07-14 | 1 | -3/+2 |
* | affs: remove useless superblock writeout on unmount | Artem Bityutskiy | 2012-07-14 | 1 | -3/+0 |
* | affs: stop setting bm_flags | Artem Bityutskiy | 2012-07-14 | 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-11 | 1 | -7/+6 |
* | | fs: ramfs: file-nommu: add SetPageUptodate() | Bob Liu | 2012-07-11 | 1 | -0/+1 |
* | | ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space() | Luis Henriques | 2012-07-11 | 1 | -1/+1 |
* | | vfs: make O_PATH file descriptors usable for 'fchdir()' | Linus Torvalds | 2012-07-07 | 1 | -3/+3 |
* | | Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-07-06 | 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-03 | 1 | -12/+13 |
| * | | eCryptfs: Properly check for O_RDONLY flag before doing privileged open | Tyler Hicks | 2012-07-03 | 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-03 | 1 | -2/+0 |
| * | | | ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_... | Jeff Liu | 2012-07-03 | 1 | -2/+0 |
| * | | | ocfs2: use spinlock irqsave for downconvert lock.patch | Srinivas Eeda | 2012-07-03 | 1 | -12/+19 |
| * | | | ocfs2: Misplaced parens in unlikley | roel | 2012-07-03 | 1 | -1/+1 |
| * | | | ocfs2: clear unaligned io flag when dio fails | Junxiao Bi | 2012-07-03 | 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-03 | 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 |