Age | Commit message (Expand) | Author | Files | Lines |
2013-06-20 | splice: don't pass the address of ->f_pos to methods | Al Viro | 3 | -21/+40 |
2013-06-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -20/+12 |
2013-06-14 | Merge tag 'for-linus-v3.10-rc6' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 5 | -11/+42 |
2013-06-15 | use can_lookup() instead of direct checks of ->i_op->lookup | Al Viro | 1 | -2/+2 |
2013-06-15 | fput: task_work_add() can fail if the caller has passed exit_task_work() | Oleg Nesterov | 1 | -9/+10 |
2013-06-14 | xfs: don't shutdown log recovery on validation errors | Dave Chinner | 1 | -2/+17 |
2013-06-14 | xfs: ensure btree root split sets blkno correctly | Dave Chinner | 1 | -0/+10 |
2013-06-14 | xfs: fix implicit padding in directory and attr CRC formats | Dave Chinner | 2 | -2/+4 |
2013-06-14 | xfs: don't emit v5 superblock warnings on write | Dave Chinner | 1 | -7/+11 |
2013-06-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 3 | -9/+13 |
2013-06-12 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 4 | -27/+24 |
2013-06-12 | ocfs2: add missing lockres put in dlm_mig_lockres_handler | Xue jiufei | 1 | -0/+1 |
2013-06-12 | aio: fix io_destroy() regression by using call_rcu() | Kent Overstreet | 1 | -20/+16 |
2013-06-12 | fs/ocfs2/namei.c: remove unecessary ERROR when removing non-empty directory | Goldwyn Rodrigues | 1 | -1/+1 |
2013-06-12 | ocfs2: ocfs2_prep_new_orphaned_file() should return ret | Xiaowei.Hu | 1 | -1/+1 |
2013-06-12 | kmsg: honor dmesg_restrict sysctl on /dev/kmsg | Kees Cook | 1 | -5/+5 |
2013-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 3 | -58/+89 |
2013-06-08 | hpfs: fix warnings when the filesystem fills up | Mikulas Patocka | 1 | -0/+4 |
2013-06-08 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
2013-06-08 | Btrfs: stop all workers before cleaning up roots | Josef Bacik | 1 | -3/+3 |
2013-06-08 | Btrfs: fix use-after-free bug during umount | Liu Bo | 1 | -2/+2 |
2013-06-08 | Btrfs: init relocate extent_io_tree with a mapping | Josef Bacik | 1 | -4/+5 |
2013-06-08 | btrfs: Drop inode if inode root is NULL | Naohiro Aota | 1 | -0/+3 |
2013-06-08 | Btrfs: don't delete fs_roots until after we cleanup the transaction | Josef Bacik | 1 | -1/+1 |
2013-06-07 | Merge tag 'ecryptfs-3.10-rc5-msync' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+6 |
2013-06-07 | Merge branch 'for-3.10' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 1 | -2/+2 |
2013-06-07 | ncpfs: fix rmdir returns Device or resource busy | Dave Chiluk | 1 | -9/+0 |
2013-06-06 | Merge tag 'for-linus-v3.10-rc5' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 9 | -59/+195 |
2013-06-06 | xfs: increase number of ACL entries for V5 superblocks | Dave Chinner | 2 | -20/+42 |
2013-06-06 | xfs: disable noattr2/attr2 mount options for CRC enabled filesystems | Dave Chinner | 1 | -0/+11 |
2013-06-06 | xfs: inode unlinked list needs to recalculate the inode CRC | Dave Chinner | 2 | -0/+25 |
2013-06-06 | xfs: fix log recovery transaction item reordering | Dave Chinner | 1 | -7/+58 |
2013-06-06 | xfs: fix remote attribute invalidation for a leaf | Dave Chinner | 1 | -1/+1 |
2013-06-06 | xfs: rework dquot CRCs | Dave Chinner | 4 | -31/+58 |
2013-06-04 | eCryptfs: Check return of filemap_write_and_wait during fsync | Tyler Hicks | 1 | -1/+6 |
2013-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes | Linus Torvalds | 7 | -23/+71 |
2013-06-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds | 3 | -15/+62 |
2013-06-04 | Merge tag 'jfs-3.10-rc5' of git://github.com/kleikamp/linux-shaggy | Linus Torvalds | 2 | -9/+37 |
2013-06-03 | GFS2: Don't cache iopen glocks | Bob Peterson | 2 | -1/+6 |
2013-06-03 | GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables | Bob Peterson | 1 | -10/+33 |
2013-06-03 | GFS2: Increase i_writecount during gfs2_setattr_size | Bob Peterson | 3 | -11/+29 |
2013-06-03 | GFS2: Set log descriptor type for jdata blocks | Bob Peterson | 1 | -1/+3 |
2013-06-03 | fuse: fix alignment in short read optimization for async_dio | Maxim Patlasov | 1 | -4/+10 |
2013-06-03 | fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requests | Brian Foster | 1 | -1/+1 |
2013-06-03 | fuse: fix readdirplus Oops in fuse_dentry_revalidate | Miklos Szeredi | 2 | -6/+13 |
2013-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 4 | -8/+11 |
2013-06-01 | Merge tag 'nfs-for-3.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -1/+3 |
2013-06-01 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 4 | -3/+25 |
2013-06-01 | Merge tag 'for-linus-v3.10-rc4-crc-xattr-fixes' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 4 | -183/+307 |
2013-06-01 | Merge tag 'for-linus-v3.10-rc4' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 10 | -60/+92 |