Show patches with: Archived = No       |   24988 patches
« 1 2 ... 239 240 241249 250 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[6/7] jbd2: mark the transaction context with the scope GFP_NOFS context - 1 - --- 2017-03-06 Michal Hocko Not Applicable
[5/7] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio* 1 2 - --- 2017-03-06 Michal Hocko Accepted
[4/7] mm: introduce memalloc_nofs_{save,restore} API 1 - - --- 2017-03-06 Michal Hocko Not Applicable
[3/7] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS 1 2 - --- 2017-03-06 Michal Hocko Accepted
[9/9] mkfs.xfs: add mkfs.xfs.conf parse support - - - --- 2017-03-03 Luis Chamberlain Deferred
[8/9] mkfs.xfs: use parse_subopts() to parse sopts - - - --- 2017-03-03 Luis Chamberlain Deferred
[7/9] mkfs.xfs: move ropts to struct mkfs_xfs_opts - - - --- 2017-03-03 Luis Chamberlain Deferred
[6/9] mkfs.xfs: move nopts to struct mkfs_xfs_opts - - - --- 2017-03-03 Luis Chamberlain Deferred
[5/9] mkfs.xfs: move mopts to struct mkfs_xfs_opts - - - --- 2017-03-03 Luis Chamberlain Deferred
[4/9] mkfs.xfs: move lopts to struct mkfs_xfs_opts - - - --- 2017-03-03 Luis Chamberlain Deferred
[3/9] mkfs.xfs: move iopts to to struct mkfs_xfs_opts - - - --- 2017-03-03 Luis Chamberlain Deferred
[2/9] mkfs.xfs: move dopts to struct mkfs_xfs_opts - - - --- 2017-03-03 Luis Chamberlain Deferred
[1/9] mkfs.xfs: add helper to parse command line options - - - --- 2017-03-03 Luis Chamberlain Deferred
[v2] xfs: use iomap new flag for newly allocated delalloc blocks - - - --- 2017-03-03 Brian Foster Superseded
mm allocation failure and hang when running xfstests generic/269 on xfs - - - --- 2017-03-02 Michal Hocko Not Applicable
[v2,9/9] ext4: support GETFSMAP ioctls - - - --- 2017-03-02 Darrick J. Wong Not Applicable
[v2,7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present - 1 - --- 2017-03-02 Darrick J. Wong Accepted
[v2,6/9] xfs: implement the GETFSMAP ioctl - 1 - --- 2017-03-02 Darrick J. Wong Accepted
[v2] iomap: invalidate page caches should be after iomap_dio_complete() in direct write - 1 - --- 2017-03-01 Eryu Guan Accepted
[RFC] xfs: use iomap new flag for newly allocated delalloc blocks - - - --- 2017-03-01 Brian Foster Superseded
fs, ncpfs: convert ncp_request_reply.refs from atomic_t to refcount_t - - - --- 2017-03-01 Reshetova, Elena Not Applicable
[5/5] fs, xfs: convert xfs_rui_log_item.rui_refcount from atomic_t to refcount_t - - - --- 2017-03-01 Reshetova, Elena Superseded
[4/5] fs, xfs: convert xfs_cui_log_item.cui_refcount from atomic_t to refcount_t - - - --- 2017-03-01 Reshetova, Elena Superseded
[3/5] fs, xfs: convert xlog_ticket.t_ref from atomic_t to refcount_t - - - --- 2017-03-01 Reshetova, Elena Superseded
[2/5] fs, xfs: convert xfs_efi_log_item.efi_refcount from atomic_t to refcount_t - - - --- 2017-03-01 Reshetova, Elena Superseded
[1/5] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t - - - --- 2017-03-01 Reshetova, Elena Superseded
[8/8] nowait aio: btrfs - - - --- 2017-02-28 Goldwyn Rodrigues Superseded
[7/8] nowait aio: xfs - - - --- 2017-02-28 Goldwyn Rodrigues Superseded
[6/8] nowait aio: ext4 - - - --- 2017-02-28 Goldwyn Rodrigues Superseded
[5/8] nowait aio: return on congested block device - - - --- 2017-02-28 Goldwyn Rodrigues Superseded
[4/8] nowait aio: Introduce IOMAP_NOWAIT - - - --- 2017-02-28 Goldwyn Rodrigues Not Applicable
[3/8] nowait aio: return if direct write will trigger writeback - - - --- 2017-02-28 Goldwyn Rodrigues Superseded
[2/8] nowait aio: Return if cannot get hold of i_rwsem - 1 - --- 2017-02-28 Goldwyn Rodrigues Superseded
[1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT - - - --- 2017-02-28 Goldwyn Rodrigues Not Applicable
[v2,4/4] xfs: stress test xfs_scrub - - - --- 2017-02-28 Darrick J. Wong Accepted
[9/9] ext4: support GETFSMAP ioctls - - - --- 2017-02-28 Darrick J. Wong Not Applicable
[8/9] xfs: report realtime space information via the rtbitmap - 1 - --- 2017-02-28 Darrick J. Wong Accepted
[7/9] xfs: have getfsmap fall back to the freesp btrees when rmap is not present - - - --- 2017-02-28 Darrick J. Wong Superseded
[6/9] xfs: implement the GETFSMAP ioctl - - - --- 2017-02-28 Darrick J. Wong Superseded
[5/9] xfs: add a couple of queries to iterate free extents in the rtbitmap - 1 - --- 2017-02-28 Darrick J. Wong Accepted
[4/9] xfs: create a function to query all records in a btree - 1 - --- 2017-02-28 Darrick J. Wong Superseded
[3/9] xfs: provide a query_range function for freespace btrees - 1 - --- 2017-02-28 Darrick J. Wong Superseded
[2/9] xfs: plumb in needed functions for range querying of the freespace btrees - 1 - --- 2017-02-28 Darrick J. Wong Superseded
[1/9] vfs: add common GETFSMAP ioctl definitions - - - --- 2017-02-28 Darrick J. Wong Not Applicable
iomap: invalidate page caches should be after iomap_dio_complete() in direct write - - - --- 2017-02-28 Eryu Guan Superseded
LTP write03 writev07 xfs failures - - - --- 2017-02-28 Brian Foster Superseded
[12/12] nvme: export the atomic write limit - - - --- 2017-02-28 Christoph Hellwig Not Applicable
[11/12] block_dev: implement the F_IOINFO fcntl - - - --- 2017-02-28 Christoph Hellwig Not Applicable
[10/12] block_dev: set REQ_NOMERGE for O_ATOMIC writes - - - --- 2017-02-28 Christoph Hellwig Not Applicable
[09/12] block: advertize max atomic write limit - - - --- 2017-02-28 Christoph Hellwig Not Applicable
[01/12] uapi/fs: add O_ATOMIC to the open flags - - - --- 2017-02-28 Christoph Hellwig Not Applicable
xfs: Use xfs_icluster_size_fsb() to calculate inode alignment mask - 1 - --- 2017-02-28 Chandan Rajendra Accepted
xfs/004: relax freespace check - 1 - --- 2017-02-28 Christoph Hellwig Accepted
xfs: fix and streamline error handling in xfs_end_io - 1 - --- 2017-02-28 Christoph Hellwig Superseded
[2/2] xfs: remove the ISUNWRITTEN macro - 1 - --- 2017-02-28 Christoph Hellwig Accepted
[1/2] xfs: factor out a xfs_bmap_is_real_extent helper - 1 - --- 2017-02-28 Christoph Hellwig Accepted
xfs: only reclaim unwritten COW extents periodically - - - --- 2017-02-28 Christoph Hellwig Superseded
xfs_io: support shutdown command on foreign fses - 1 - --- 2017-02-27 Darrick J. Wong Accepted
xfsprogs: remove unused libxfs helper #defines - 1 - --- 2017-02-27 Eric Sandeen Accepted
build: add EXTRALIBS to link with - - - --- 2017-02-26 Yann E. MORIN Rejected
Bug#837581: xfslibs-dev: Don't put the .so symlink to /lib/*.so - - - --- 2017-02-25 Florian Schlichting Not Applicable
[4/4] xfs: stress test xfs_scrub - - - --- 2017-02-25 Darrick J. Wong Superseded
[3/4] reflink: test adjacency of reflinked blocks - - - --- 2017-02-25 Darrick J. Wong Accepted
[2/4] xfs: minor fixes to the fsmap tests - - - --- 2017-02-25 Darrick J. Wong Accepted
[1/4] xfs/348: classify this as a fuzzer test - 1 - --- 2017-02-25 Darrick J. Wong Accepted
[2/3] xfs: push buffer of flush locked dquot to avoid quotacheck deadlock - 1 - --- 2017-02-24 Brian Foster Superseded
[1/3] xfs: fix up quotacheck buffer list error handling - - - --- 2017-02-24 Brian Foster Superseded
xfs_repair fails to recognize corruption reported by kernel - possible bug? - - - --- 2017-02-24 Brian Foster Accepted
vfs: hoist {XFS,EXT4,F2FS}_IOC_{GOING,SHUT}DOWN to the VFS - - - --- 2017-02-23 Darrick J. Wong Not Applicable
vfs: hoist {XFS,EXT4}_IOC_{GOING,SHUT}DOWN to the VFS - - - --- 2017-02-23 Darrick J. Wong Not Applicable
ioctl_getfsmap.2: document the GETFSMAP ioctl - - - --- 2017-02-21 Darrick J. Wong Superseded
include: don't collide __bitwise definitions in 4.10 - - - --- 2017-02-21 Darrick J. Wong Accepted
[v2,2/8] xfs: plumb in needed functions for range querying of the freespace btrees - 1 - --- 2017-02-21 Darrick J. Wong Accepted
[7/7] fs, xfs: convert xfs_rui_log_item.rui_refcount from atomic_t to refcount_t - - - --- 2017-02-21 Reshetova, Elena Superseded
[6/7] fs, xfs: convert xfs_cui_log_item.cui_refcount from atomic_t to refcount_t - - - --- 2017-02-21 Reshetova, Elena Superseded
[5/7] fs, xfs: convert xlog_ticket.t_ref from atomic_t to refcount_t - - - --- 2017-02-21 Reshetova, Elena Superseded
[4/7] fs, xfs: convert xfs_efi_log_item.efi_refcount from atomic_t to refcount_t - - - --- 2017-02-21 Reshetova, Elena Superseded
[1/7] fs, xfs: convert xfs_bui_log_item.bui_refcount from atomic_t to refcount_t - - - --- 2017-02-21 Reshetova, Elena Superseded
xfs: clear delalloc and cache on buffered write failure - 2 - --- 2017-02-21 Brian Foster Accepted
[8/8] ext4: support GETFSMAP ioctls - - - --- 2017-02-18 Darrick J. Wong Not Applicable
[6/8] xfs: have getfsmap fall back to the freesp btrees when rmap is not present - - - --- 2017-02-18 Darrick J. Wong Superseded
[4/8] xfs: create a function to query all records in a btree - 1 - --- 2017-02-18 Darrick J. Wong Superseded
[3/8] xfs: provide a query_range function for freespace btrees - 1 - --- 2017-02-18 Darrick J. Wong Superseded
[2/8] xfs: plumb in needed functions for range querying of the freespace btrees - - - --- 2017-02-18 Darrick J. Wong Superseded
[1/8] vfs: add common GETFSMAP ioctl definitions - - - --- 2017-02-18 Darrick J. Wong Not Applicable
xfsdump: fix build on 32-bit platforms - 1 - --- 2017-02-17 Eric Sandeen Accepted
[2/2] xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG - 1 - --- 2017-02-17 Christoph Hellwig Accepted
[1/2] xfs: simplify xfs_rtallocate_extent - 1 - --- 2017-02-17 Christoph Hellwig Accepted
[v2] xfs: clear delalloc and cache on buffered write failure - 1 - --- 2017-02-16 Brian Foster Accepted
[2/2] xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AG - 1 - --- 2017-02-16 Christoph Hellwig Accepted
[1/2] xfs: simplify xfs_rtallocate_extent - - - --- 2017-02-16 Christoph Hellwig Superseded
xfs: tune down agno asserts in the bmap code - 1 - --- 2017-02-16 Christoph Hellwig Accepted
xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment - 1 - --- 2017-02-16 Chandan Rajendra Accepted
mm,x86: fix SMP x86 32bit build for native_pud_clear() - - - --- 2017-02-15 Dave Jiang Not Applicable
[5/5] xfs: wait on new inodes during quotaoff dquot release - 1 - --- 2017-02-15 Brian Foster Accepted
[4/5] xfs: update ag iterator to support wait on new inodes - 1 - --- 2017-02-15 Brian Foster Accepted
[3/5] xfs: support ability to wait on new inodes - 1 - --- 2017-02-15 Brian Foster Accepted
xfs: don't reserve blocks for right shift transactions - - - --- 2017-02-15 Brian Foster Accepted
xfs: fix len comparison in xfs_extent_busy_trim - 1 - --- 2017-02-14 Arnd Bergmann Accepted
[4/4] xfs: split indlen reservations fairly when under reserved - 2 - --- 2017-02-14 Brian Foster Accepted
« 1 2 ... 239 240 241249 250 »