Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | xfs: factor out xfs_ioctl_setattr transaciton preamble | Dave Chinner | 2015-02-02 | 1 | -46/+55 | |
| | * | | | | | | xfs: separate xflags from xfs_ioctl_setattr | Dave Chinner | 2015-02-02 | 1 | -48/+41 | |
| | * | | | | | | xfs: FSX_NONBLOCK is not used | Dave Chinner | 2015-02-02 | 1 | -5/+0 | |
| * | | | | | | | Merge branch 'xfs-misc-fixes-for-3.20-3' into for-next | Dave Chinner | 2015-02-02 | 8 | -163/+129 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | xfs: don't allocate an ioend for direct I/O completions | Christoph Hellwig | 2015-02-02 | 2 | -91/+61 | |
| | * | | | | | | | xfs: change kmem_free to use generic kvfree() | Wang, Yalin | 2015-02-02 | 2 | -11/+4 | |
| | * | | | | | | | xfs: factor out a xfs_update_prealloc_flags() helper | Christoph Hellwig | 2015-02-02 | 3 | -60/+63 | |
| | * | | | | | | | xfs: remove incorrect error negation in attr_multi ioctl | Brian Foster | 2015-01-22 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'xfs-buf-type-fixes' into for-next | Dave Chinner | 2015-01-22 | 5 | -1/+14 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | xfs: set superblock buffer type correctly | Dave Chinner | 2015-01-22 | 1 | -0/+1 | |
| | * | | | | | | | | xfs: set buf types when converting extent formats | Dave Chinner | 2015-01-22 | 2 | -1/+7 | |
| | * | | | | | | | | xfs: inode unlink does not set AGI buffer type | Dave Chinner | 2015-01-22 | 1 | -0/+2 | |
| | * | | | | | | | | xfs: ensure buffer types are set correctly | Dave Chinner | 2015-01-22 | 1 | -0/+4 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'xfs-sb-logging-rework' into for-next | Dave Chinner | 2015-01-22 | 16 | -416/+226 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | xfs: sanitise sb_bad_features2 handling | Dave Chinner | 2015-01-22 | 3 | -20/+25 | |
| | * | | | | | | | xfs: consolidate superblock logging functions | Dave Chinner | 2015-01-22 | 15 | -181/+101 | |
| | * | | | | | | | xfs: remove bitfield based superblock updates | Dave Chinner | 2015-01-22 | 11 | -246/+130 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'xfs-misc-fixes-for-3.20-2' into for-next | Dave Chinner | 2015-01-09 | 8 | -57/+37 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | xfs: fix implicit bool to int conversion | Nicholas Mc Guire | 2015-01-09 | 1 | -1/+1 | |
| | * | | | | | | | xfs: pass a 64-bit count argument to xfs_iomap_write_unwritten | Christoph Hellwig | 2015-01-09 | 2 | -2/+2 | |
| | * | | | | | | | xfs: remove deprecated sysctls | Dave Chinner | 2015-01-09 | 1 | -18/+0 | |
| | * | | | | | | | xfs: move xfs_bmap_finish prototype | Dave Chinner | 2015-01-09 | 2 | -2/+2 | |
| | * | | | | | | | xfs: move struct xfs_bmalloca to libxfs | Dave Chinner | 2015-01-09 | 2 | -34/+32 | |
| | * | | | | | | | xfs: move xfs_types.h to libxfs | Dave Chinner | 2015-01-09 | 1 | -0/+0 | |
| | * | | | | | | | xfs: move xfs_fs.h to libxfs | Dave Chinner | 2015-01-09 | 1 | -0/+0 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge branch 'xfs-misc-fixes-for-3.20-1' into for-next | Dave Chinner | 2014-12-24 | 5 | -15/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | xfs: Keep sb_bad_features2 consistent with sb_features2 | Jan Kara | 2014-12-24 | 2 | -8/+7 | |
| | * | | | | | | | xfs: remove extra newlines from xfs messages | Eric Sandeen | 2014-12-24 | 3 | -3/+3 | |
| | * | | | | | | | xfs: initialize log buf I/O completion wq on log alloc | Brian Foster | 2014-12-24 | 1 | -4/+4 | |
| | |/ / / / / / | ||||||
| * | | | | | | | xfs: Add support to RENAME_EXCHANGE flag | Carlos Maiolino | 2014-12-24 | 3 | -6/+142 | |
| * | | | | | | | xfs: Make xfs_vn_rename compliant with renameat2() syscall | Carlos Maiolino | 2014-12-24 | 1 | -5/+10 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2015-02-10 | 15 | -212/+256 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | udf: remove bool assignment to 0/1 | Fabian Frederick | 2015-02-05 | 1 | -2/+2 | |
| * | | | | | | | udf: use bool for done | Fabian Frederick | 2015-02-05 | 1 | -2/+2 | |
| * | | | | | | | quota: Store maximum space limit in bytes | Jan Kara | 2015-01-30 | 4 | -23/+13 | |
| * | | | | | | | quota: Remove quota_on_meta callback | Jan Kara | 2015-01-30 | 1 | -4/+1 | |
| * | | | | | | | ocfs2: Use generic helpers for quotaon and quotaoff | Jan Kara | 2015-01-30 | 1 | -31/+1 | |
| * | | | | | | | ext4: Use generic helpers for quotaon and quotaoff | Jan Kara | 2015-01-30 | 1 | -41/+1 | |
| * | | | | | | | quota: Add ->quota_{enable,disable} callbacks for VFS quotas | Jan Kara | 2015-01-30 | 1 | -0/+91 | |
| * | | | | | | | quota: Wire up ->quota_{enable,disable} callbacks into Q_QUOTA{ON,OFF} | Jan Kara | 2015-01-30 | 1 | -4/+27 | |
| * | | | | | | | quota: Split ->set_xstate callback into two | Jan Kara | 2015-01-30 | 2 | -26/+53 | |
| * | | | | | | | Merge branch 'for_linus' into for_next | Jan Kara | 2015-01-30 | 22 | -345/+475 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | xfs: Remove some pointless quota checks | Jan Kara | 2015-01-21 | 1 | -39/+20 | |
| * | | | | | | | | xfs: Remove some useless flags tests | Jan Kara | 2015-01-21 | 1 | -11/+4 | |
| * | | | | | | | | xfs: Remove useless test | Jan Kara | 2015-01-21 | 1 | -1/+1 | |
| * | | | | | | | | quota: Verify flags passed to Q_SETINFO | Jan Kara | 2015-01-21 | 1 | -0/+8 | |
| * | | | | | | | | quota: Cleanup flags definitions | Jan Kara | 2015-01-21 | 1 | -1/+1 | |
| * | | | | | | | | ocfs2: Move OLQF_CLEAN flag out of generic quota flags | Jan Kara | 2015-01-21 | 2 | -5/+6 | |
| * | | | | | | | | quota: Don't store flags for v2 quota format | Jan Kara | 2015-01-21 | 1 | -2/+4 | |
| * | | | | | | | | udf: destroy sbi mutex in put_super | Fabian Frederick | 2015-01-12 | 1 | -0/+1 |