Age | Commit message (Expand) | Author | Files | Lines |
2016-01-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 3 | -111/+59 |
2015-12-30 | switch ->get_link() to delayed_call, kill ->put_link() | Al Viro | 1 | -3/+3 |
2015-12-08 | replace ->follow_link() with new method that could stay in RCU mode | Al Viro | 1 | -2/+6 |
2015-12-06 | xfs: Change how listxattr generates synthetic attributes | Andreas Gruenbacher | 3 | -105/+59 |
2015-12-06 | vfs: Distinguish between full xattr names and proper prefixes | Andreas Gruenbacher | 1 | -6/+0 |
2015-12-06 | posix acls: Remove duplicate xattr name definitions | Andreas Gruenbacher | 1 | -4/+4 |
2015-11-13 | Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -4/+6 |
2015-11-13 | xattr handlers: Pass handler to operations instead of flags | Andreas Gruenbacher | 1 | -4/+6 |
2015-11-11 | Merge tag 'xfs-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 61 | -411/+989 |
2015-11-11 | vfs: remove unused wrapper block_page_mkwrite() | Ross Zwisler | 1 | -1/+1 |
2015-11-10 | Merge branch 'xfs-misc-fixes-for-4.4-3' into for-next | Dave Chinner | 4 | -5/+6 |
2015-11-10 | xfs: give all workqueues rescuer threads | Chris Mason | 1 | -3/+4 |
2015-11-10 | xfs: fix log recovery op header validation assert | Brian Foster | 1 | -1/+1 |
2015-11-10 | xfs: Fix error path in xfs_get_acl | Andreas Gruenbacher | 2 | -1/+1 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -1/+1 |
2015-11-03 | Merge branch 'xfs-dax-updates' into for-next | Dave Chinner | 11 | -65/+225 |
2015-11-03 | Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next | Dave Chinner | 14 | -16/+101 |
2015-11-03 | xfs: optimise away log forces on timestamp updates for fdatasync | Dave Chinner | 5 | -5/+29 |
2015-11-03 | xfs: don't leak uuid table on rmmod | Darrick J. Wong | 3 | -0/+12 |
2015-11-03 | xfs: invalidate cached acl if set via ioctl | Andreas Gruenbacher | 3 | -15/+36 |
2015-11-03 | xfs: Plug memory leak in xfs_attrmulti_attr_set | Andreas Gruenbacher | 1 | -1/+4 |
2015-11-03 | xfs: Validate the length of on-disk ACLs | Andreas Gruenbacher | 2 | -7/+14 |
2015-11-03 | xfs: invalidate cached acl if set directly via xattr | Brian Foster | 1 | -2/+19 |
2015-11-03 | xfs: xfs_filemap_pmd_fault treats read faults as write faults | Dave Chinner | 1 | -4/+16 |
2015-11-03 | xfs: add ->pfn_mkwrite support for DAX | Dave Chinner | 2 | -0/+36 |
2015-11-03 | xfs: DAX does not use IO completion callbacks | Dave Chinner | 3 | -43/+2 |
2015-11-03 | xfs: Don't use unwritten extents for DAX | Dave Chinner | 2 | -6/+30 |
2015-11-03 | xfs: introduce BMAPI_ZERO for allocating zeroed extents | Dave Chinner | 6 | -8/+97 |
2015-11-03 | xfs: fix inode size update overflow in xfs_map_direct() | Dave Chinner | 3 | -9/+49 |
2015-11-02 | xfs: clear PF_NOFREEZE for xfsaild kthread | Jiri Kosina | 1 | -0/+1 |
2015-10-19 | Merge branch 'xfs-stats-fixes' into for-next | Dave Chinner | 3 | -2/+4 |
2015-10-19 | xfs: fix an error code in xfs_fs_fill_super() | Dan Carpenter | 1 | -1/+1 |
2015-10-19 | xfs: stats are no longer dependent on CONFIG_PROC_FS | Dave Chinner | 2 | -1/+3 |
2015-10-12 | Merge branch 'xfs-misc-fixes-for-4.4-1' into for-next | Dave Chinner | 9 | -13/+41 |
2015-10-12 | Merge branch 'xfs-io-fixes' into for-next | Dave Chinner | 5 | -20/+59 |
2015-10-12 | Merge branch 'xfs-logging-fixes' into for-next | Dave Chinner | 18 | -26/+210 |
2015-10-12 | xfs: simplify /proc teardown & error handling | Eric Sandeen | 1 | -19/+7 |
2015-10-12 | xfs: per-filesystem stats counter implementation | Bill O'Donnell | 21 | -118/+131 |
2015-10-12 | xfs: per-filesystem stats in sysfs | Bill O'Donnell | 3 | -3/+23 |
2015-10-12 | xfs: more info from kmem deadlocks and high-level error msgs | Eric Sandeen | 2 | -2/+9 |
2015-10-12 | xfs: avoid null *src in memcpy call in xlog_write | Eric Sandeen | 1 | -4/+13 |
2015-10-12 | xfs: pass total block res. as total xfs_bmapi_write() parameter | Brian Foster | 2 | -8/+8 |
2015-10-12 | xfs: avoid dependency on Linux XATTR_SIZE_MAX | Jan Tulak | 3 | -4/+12 |
2015-10-12 | xfs: prefix XATTR_LIST_MAX with XFS_ | Jan Tulak | 3 | -2/+12 |
2015-10-12 | libxfs: fix two comment typos | Geliang Tang | 1 | -2/+2 |
2015-10-12 | xfs: add an xfs_zero_eof() tracepoint | Brian Foster | 2 | -0/+3 |
2015-10-12 | xfs: always drain dio before extending aio write submission | Brian Foster | 1 | -6/+9 |
2015-10-12 | xfs: validate metadata LSNs against log on v5 superblocks | Brian Foster | 15 | -10/+180 |
2015-10-12 | xfs: Print name and pid when memory allocation loops | Tetsuo Handa | 2 | -5/+8 |
2015-10-12 | xfs: log local to remote symlink conversions correctly on v5 supers | Brian Foster | 2 | -4/+9 |