Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: prevent NMI timeouts in cmn_err xfs: Add log level to assertion printk xfs: fix an assignment within an ASSERT() xfs: fix error handling for synchronous writes xfs: add FITRIM support xfs: ensure log covering transactions are synchronous xfs: serialise unaligned direct IOs xfs: factor common write setup code xfs: split buffered IO write path from xfs_file_aio_write xfs: split direct IO write path from xfs_file_aio_write xfs: introduce xfs_rw_lock() helpers for locking the inode xfs: factor post-write newsize updates xfs: factor common post-write isize handling code xfs: ensure sync write errors are returned
Showing
- fs/xfs/Makefile 1 addition, 0 deletionsfs/xfs/Makefile
- fs/xfs/linux-2.6/xfs_buf.c 1 addition, 6 deletionsfs/xfs/linux-2.6/xfs_buf.c
- fs/xfs/linux-2.6/xfs_buf.h 1 addition, 6 deletionsfs/xfs/linux-2.6/xfs_buf.h
- fs/xfs/linux-2.6/xfs_discard.c 191 additions, 0 deletionsfs/xfs/linux-2.6/xfs_discard.c
- fs/xfs/linux-2.6/xfs_discard.h 8 additions, 0 deletionsfs/xfs/linux-2.6/xfs_discard.h
- fs/xfs/linux-2.6/xfs_file.c 307 additions, 228 deletionsfs/xfs/linux-2.6/xfs_file.c
- fs/xfs/linux-2.6/xfs_ioctl.c 3 additions, 0 deletionsfs/xfs/linux-2.6/xfs_ioctl.c
- fs/xfs/linux-2.6/xfs_super.c 1 addition, 1 deletionfs/xfs/linux-2.6/xfs_super.c
- fs/xfs/linux-2.6/xfs_sync.c 6 additions, 5 deletionsfs/xfs/linux-2.6/xfs_sync.c
- fs/xfs/linux-2.6/xfs_sysctl.c 22 additions, 1 deletionfs/xfs/linux-2.6/xfs_sysctl.c
- fs/xfs/linux-2.6/xfs_trace.h 33 additions, 0 deletionsfs/xfs/linux-2.6/xfs_trace.h
- fs/xfs/support/debug.c 52 additions, 60 deletionsfs/xfs/support/debug.c
- fs/xfs/support/debug.h 16 additions, 9 deletionsfs/xfs/support/debug.h
- fs/xfs/xfs_alloc.c 3 additions, 7 deletionsfs/xfs/xfs_alloc.c
- fs/xfs/xfs_alloc.h 20 additions, 5 deletionsfs/xfs/xfs_alloc.h
- fs/xfs/xfs_buf_item.c 49 additions, 102 deletionsfs/xfs/xfs_buf_item.c
- fs/xfs/xfs_error.c 0 additions, 31 deletionsfs/xfs/xfs_error.c
- fs/xfs/xfs_error.h 6 additions, 12 deletionsfs/xfs/xfs_error.h
- fs/xfs/xfs_fsops.c 5 additions, 5 deletionsfs/xfs/xfs_fsops.c
- fs/xfs/xfs_fsops.h 1 addition, 1 deletionfs/xfs/xfs_fsops.h
Loading
Please register or sign in to comment