| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | | | | | xfs: pass lv chain length into xlog_write() | Dave Chinner | 2022-04-21 | 3 | -39/+23 | |
| | | * | | | | | | | | | | | | | | | xfs: log ticket region debug is largely useless | Dave Chinner | 2022-04-21 | 2 | -121/+6 | |
| | | * | | | | | | | | | | | | | | | xfs: reserve space and initialise xlog_op_header in item formatting | Dave Chinner | 2022-04-21 | 3 | -83/+99 | |
| | | * | | | | | | | | | | | | | | | xfs: move log iovec alignment to preparation function | Dave Chinner | 2022-04-21 | 1 | -11/+14 | |
| | | * | | | | | | | | | | | | | | | xfs: log tickets don't need log client id | Dave Chinner | 2022-04-21 | 6 | -62/+18 | |
| | | * | | | | | | | | | | | | | | | xfs: embed the xlog_op_header in the commit record | Dave Chinner | 2022-04-21 | 2 | -18/+15 | |
| | | * | | | | | | | | | | | | | | | xfs: embed the xlog_op_header in the unmount record | Dave Chinner | 2022-04-21 | 1 | -11/+28 | |
| | | * | | | | | | | | | | | | | | | xfs: only CIL pushes require a start record | Dave Chinner | 2022-04-21 | 2 | -52/+81 | |
| | | * | | | | | | | | | | | | | | | xfs: factor out the CIL transaction header building | Dave Chinner | 2022-04-21 | 1 | -22/+39 | |
| | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next | Dave Chinner | 2022-04-21 | 27 | -238/+240 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | xfs: convert log ticket and iclog flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | xfs: convert shutdown reasons to unsigned. | Dave Chinner | 2022-04-21 | 4 | -9/+8 | |
| | | * | | | | | | | | | | | | | | | xfs: convert quota options flags to unsigned. | Dave Chinner | 2022-04-21 | 2 | -30/+31 | |
| | | * | | | | | | | | | | | | | | | xfs: convert ptag flags to unsigned. | Dave Chinner | 2022-04-21 | 3 | -12/+13 | |
| | | * | | | | | | | | | | | | | | | xfs: convert inode lock flags to unsigned. | Dave Chinner | 2022-04-21 | 3 | -27/+30 | |
| | | * | | | | | | | | | | | | | | | xfs: convert log item tracepoint flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | xfs: convert dquot flags to unsigned. | Dave Chinner | 2022-04-21 | 2 | -6/+6 | |
| | | * | | | | | | | | | | | | | | | xfs: convert da btree operations flags to unsigned. | Dave Chinner | 2022-04-21 | 2 | -12/+12 | |
| | | * | | | | | | | | | | | | | | | xfs: convert buffer log item flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -13/+11 | |
| | | * | | | | | | | | | | | | | | | xfs: convert btree buffer log flags to unsigned. | Dave Chinner | 2022-04-21 | 2 | -18/+18 | |
| | | * | | | | | | | | | | | | | | | xfs: convert AGI log flags to unsigned. | Dave Chinner | 2022-04-21 | 3 | -19/+19 | |
| | | * | | | | | | | | | | | | | | | xfs: convert AGF log flags to unsigned. | Dave Chinner | 2022-04-21 | 3 | -25/+25 | |
| | | * | | | | | | | | | | | | | | | xfs: convert bmapi flags to unsigned. | Dave Chinner | 2022-04-21 | 2 | -29/+29 | |
| | | * | | | | | | | | | | | | | | | xfs: convert bmap extent type flags to unsigned. | Dave Chinner | 2022-04-21 | 2 | -18/+18 | |
| | | * | | | | | | | | | | | | | | | xfs: convert scrub type flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -8/+8 | |
| | | * | | | | | | | | | | | | | | | xfs: convert attr type flags to unsigned. | Dave Chinner | 2022-04-21 | 1 | -4/+4 | |
| | | |/ / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-next | Dave Chinner | 2022-04-21 | 15 | -132/+247 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | xfs: simplify local variable assignment in file write code | Kaixu Xia | 2022-04-21 | 1 | -6/+2 | |
| | | * | | | | | | | | | | | | | | | xfs: use a separate frextents counter for rt extent reservations | Darrick J. Wong | 2022-04-12 | 8 | -47/+99 | |
| | | * | | | | | | | | | | | | | | | xfs: recalculate free rt extents after log recovery | Darrick J. Wong | 2022-04-12 | 3 | -9/+71 | |
| | | * | | | | | | | | | | | | | | | xfs: pass explicit mount pointer to rtalloc query functions | Darrick J. Wong | 2022-04-12 | 4 | -14/+17 | |
| | | * | | | | | | | | | | | | | | | xfs: Use generic_file_open() | Matthew Wilcox (Oracle) | 2022-04-12 | 1 | -3/+1 | |
| | | * | | | | | | | | | | | | | | | xfs: Add XFS messages to printk index | Jonathan Lassoff | 2022-04-11 | 2 | -10/+21 | |
| | | * | | | | | | | | | | | | | | | xfs: Simplify XFS logging methods. | Jonathan Lassoff | 2022-04-11 | 2 | -52/+45 | |
| | | |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-05-25 | 12 | -192/+297 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | fanotify: fix incorrect fmode_t casts | Vasily Averin | 2022-05-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | fsnotify: consistent behavior for parent not watching children | Amir Goldstein | 2022-05-18 | 2 | -24/+20 | |
| | * | | | | | | | | | | | | | | | | fsnotify: introduce mark type iterator | Amir Goldstein | 2022-05-18 | 2 | -37/+30 | |
| | * | | | | | | | | | | | | | | | | fanotify: enable "evictable" inode marks | Amir Goldstein | 2022-04-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | fanotify: use fsnotify group lock helpers | Amir Goldstein | 2022-04-25 | 1 | -7/+7 | |
| | * | | | | | | | | | | | | | | | | fanotify: implement "evictable" inode marks | Amir Goldstein | 2022-04-25 | 2 | -2/+38 | |
| | * | | | | | | | | | | | | | | | | fanotify: factor out helper fanotify_mark_update_flags() | Amir Goldstein | 2022-04-25 | 1 | -22/+25 | |
| | * | | | | | | | | | | | | | | | | fanotify: create helper fanotify_mark_user_flags() | Amir Goldstein | 2022-04-25 | 2 | -4/+12 | |
| | * | | | | | | | | | | | | | | | | fsnotify: allow adding an inode mark without pinning inode | Amir Goldstein | 2022-04-25 | 1 | -20/+56 | |
| | * | | | | | | | | | | | | | | | | dnotify: use fsnotify group lock helpers | Amir Goldstein | 2022-04-25 | 1 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | nfsd: use fsnotify group lock helpers | Amir Goldstein | 2022-04-25 | 1 | -6/+7 | |
| | * | | | | | | | | | | | | | | | | inotify: use fsnotify group lock helpers | Amir Goldstein | 2022-04-25 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | fsnotify: create helpers for group mark_mutex lock | Amir Goldstein | 2022-04-25 | 3 | -15/+24 | |
| | * | | | | | | | | | | | | | | | | fsnotify: make allow_dups a property of the group | Amir Goldstein | 2022-04-25 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | fsnotify: pass flags argument to fsnotify_alloc_group() | Amir Goldstein | 2022-04-25 | 5 | -16/+16 | |
