summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | xfs: pass lv chain length into xlog_write()Dave Chinner2022-04-213-39/+23
| | * | | | | | | | | | | | | | | xfs: log ticket region debug is largely uselessDave Chinner2022-04-212-121/+6
| | * | | | | | | | | | | | | | | xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner2022-04-213-83/+99
| | * | | | | | | | | | | | | | | xfs: move log iovec alignment to preparation functionDave Chinner2022-04-211-11/+14
| | * | | | | | | | | | | | | | | xfs: log tickets don't need log client idDave Chinner2022-04-216-62/+18
| | * | | | | | | | | | | | | | | xfs: embed the xlog_op_header in the commit recordDave Chinner2022-04-212-18/+15
| | * | | | | | | | | | | | | | | xfs: embed the xlog_op_header in the unmount recordDave Chinner2022-04-211-11/+28
| | * | | | | | | | | | | | | | | xfs: only CIL pushes require a start recordDave Chinner2022-04-212-52/+81
| | * | | | | | | | | | | | | | | xfs: factor out the CIL transaction header buildingDave Chinner2022-04-211-22/+39
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner2022-04-2127-238/+240
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | xfs: convert log ticket and iclog flags to unsigned.Dave Chinner2022-04-211-4/+4
| | * | | | | | | | | | | | | | | xfs: convert shutdown reasons to unsigned.Dave Chinner2022-04-214-9/+8
| | * | | | | | | | | | | | | | | xfs: convert quota options flags to unsigned.Dave Chinner2022-04-212-30/+31
| | * | | | | | | | | | | | | | | xfs: convert ptag flags to unsigned.Dave Chinner2022-04-213-12/+13
| | * | | | | | | | | | | | | | | xfs: convert inode lock flags to unsigned.Dave Chinner2022-04-213-27/+30
| | * | | | | | | | | | | | | | | xfs: convert log item tracepoint flags to unsigned.Dave Chinner2022-04-211-4/+4
| | * | | | | | | | | | | | | | | xfs: convert dquot flags to unsigned.Dave Chinner2022-04-212-6/+6
| | * | | | | | | | | | | | | | | xfs: convert da btree operations flags to unsigned.Dave Chinner2022-04-212-12/+12
| | * | | | | | | | | | | | | | | xfs: convert buffer log item flags to unsigned.Dave Chinner2022-04-211-13/+11
| | * | | | | | | | | | | | | | | xfs: convert btree buffer log flags to unsigned.Dave Chinner2022-04-212-18/+18
| | * | | | | | | | | | | | | | | xfs: convert AGI log flags to unsigned.Dave Chinner2022-04-213-19/+19
| | * | | | | | | | | | | | | | | xfs: convert AGF log flags to unsigned.Dave Chinner2022-04-213-25/+25
| | * | | | | | | | | | | | | | | xfs: convert bmapi flags to unsigned.Dave Chinner2022-04-212-29/+29
| | * | | | | | | | | | | | | | | xfs: convert bmap extent type flags to unsigned.Dave Chinner2022-04-212-18/+18
| | * | | | | | | | | | | | | | | xfs: convert scrub type flags to unsigned.Dave Chinner2022-04-211-8/+8
| | * | | | | | | | | | | | | | | xfs: convert attr type flags to unsigned.Dave Chinner2022-04-211-4/+4
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner2022-04-2115-132/+247
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | xfs: simplify local variable assignment in file write codeKaixu Xia2022-04-211-6/+2
| | * | | | | | | | | | | | | | | xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong2022-04-128-47/+99
| | * | | | | | | | | | | | | | | xfs: recalculate free rt extents after log recoveryDarrick J. Wong2022-04-123-9/+71
| | * | | | | | | | | | | | | | | xfs: pass explicit mount pointer to rtalloc query functionsDarrick J. Wong2022-04-124-14/+17
| | * | | | | | | | | | | | | | | xfs: Use generic_file_open()Matthew Wilcox (Oracle)2022-04-121-3/+1
| | * | | | | | | | | | | | | | | xfs: Add XFS messages to printk indexJonathan Lassoff2022-04-112-10/+21
| | * | | | | | | | | | | | | | | xfs: Simplify XFS logging methods.Jonathan Lassoff2022-04-112-52/+45
| | |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge tag 'fsnotify_for_v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-2512-192/+297
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | fanotify: fix incorrect fmode_t castsVasily Averin2022-05-231-2/+2
| * | | | | | | | | | | | | | | | fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2022-05-182-24/+20
| * | | | | | | | | | | | | | | | fsnotify: introduce mark type iteratorAmir Goldstein2022-05-182-37/+30
| * | | | | | | | | | | | | | | | fanotify: enable "evictable" inode marksAmir Goldstein2022-04-251-1/+1
| * | | | | | | | | | | | | | | | fanotify: use fsnotify group lock helpersAmir Goldstein2022-04-251-7/+7
| * | | | | | | | | | | | | | | | fanotify: implement "evictable" inode marksAmir Goldstein2022-04-252-2/+38
| * | | | | | | | | | | | | | | | fanotify: factor out helper fanotify_mark_update_flags()Amir Goldstein2022-04-251-22/+25
| * | | | | | | | | | | | | | | | fanotify: create helper fanotify_mark_user_flags()Amir Goldstein2022-04-252-4/+12
| * | | | | | | | | | | | | | | | fsnotify: allow adding an inode mark without pinning inodeAmir Goldstein2022-04-251-20/+56
| * | | | | | | | | | | | | | | | dnotify: use fsnotify group lock helpersAmir Goldstein2022-04-251-6/+7
| * | | | | | | | | | | | | | | | nfsd: use fsnotify group lock helpersAmir Goldstein2022-04-251-6/+7
| * | | | | | | | | | | | | | | | inotify: use fsnotify group lock helpersAmir Goldstein2022-04-251-2/+2
| * | | | | | | | | | | | | | | | fsnotify: create helpers for group mark_mutex lockAmir Goldstein2022-04-253-15/+24
| * | | | | | | | | | | | | | | | fsnotify: make allow_dups a property of the groupAmir Goldstein2022-04-251-6/+6
| * | | | | | | | | | | | | | | | fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2022-04-255-16/+16