Commit Graph

1382 Commits (aff5c3557cf72fcad913d8b4b44b055a4e034bb5)

Author SHA1 Message Date
Steven Whitehouse e97e548ba8 GFS2: Fix typo in gfs2_log_end_write loop 12 years ago
Randy Dunlap 75f96ce6e7 GFS2: fix DLM depends to fix build errors 12 years ago
Bob Peterson af21ca8ed5 GFS2: Use single-block reservations for directories 12 years ago
Bob Peterson 37f715774e GFS2: two minor quota fixups 12 years ago
Kent Overstreet a27bb332c0 aio: don't include aio.h in sched.h 12 years ago
Joe Perches 7af584d3b0 gfs2: Convert print_symbol to %pSR 12 years ago
Bob Peterson 222cb538f5 GFS2: Flush work queue before clearing glock hash tables 12 years ago
Steven Whitehouse 7bd8b2eb32 GFS2: Add origin indicator to glock demote tracing 12 years ago
Steven Whitehouse 81ffbf654f GFS2: Add origin indicator to glock callbacks 12 years ago
Benjamin Marzinski 16ca9412d8 GFS2: replace gfs2_ail structure with gfs2_trans 12 years ago
Bob Peterson 20095218fb GFS2: Remove vestigial parameter ip from function rs_deltree 12 years ago
Steven Whitehouse 79ba74808d GFS2: Use gfs2_dinode_out() in the inode create path 12 years ago
Steven Whitehouse 28fb302755 GFS2: Remove gfs2_refresh_inode from inode creation path 12 years ago
Steven Whitehouse fd4b4e042c GFS2: Clean up inode creation path 12 years ago
Bob Peterson b2c87cae0e GFS2: Issue discards in 512b sectors 12 years ago
Steven Whitehouse c2952d202f GFS2: Fix unlock of fcntl locks during withdrawn state 12 years ago
Wei Yongjun 441362d06b GFS2: return error if malloc failed in gfs2_rs_alloc() 12 years ago
Akinobu Mita 4146c3d469 GFS2: use memchr_inv 12 years ago
David Teigland 57c7310b8e GFS2: use kmalloc for lvb bitmap 12 years ago
Kent Overstreet f73a1c7d11 block: Add bio_end_sector() 12 years ago
Eric W. Biederman 7f78e03513 fs: Limit sys_mount to only request filesystem modules. 12 years ago
Zhao Hongjiang 4173581876 fs: change return values from -EACCES to -EPERM 12 years ago
Namjae Jeon 94e07a7590 fs: encode_fh: return FILEID_INVALID if invalid fid_type 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Darrick J. Wong 1d1d1a7672 mm: only enforce stable page writes if the backing device requires it 12 years ago
Eric W. Biederman d054642642 gfs2: Convert uids and gids between dinodes and vfs inodes. 12 years ago
Eric W. Biederman 6b24c0d279 gfs2: Use uid_eq and gid_eq where appropriate 12 years ago
Eric W. Biederman 7c06b5d672 gfs2: Use kuid_t and kgid_t types where appropriate. 12 years ago
Eric W. Biederman 236c64e4b7 gfs2: Remove the QUOTA_USER and QUOTA_GROUP defines 12 years ago
Eric W. Biederman 05e0a60d80 gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid 12 years ago
Eric W. Biederman ed87dabcc3 gfs2: Convert gfs2_quota_refresh to take a kqid 12 years ago
Eric W. Biederman b59c8b6f9d gfs2: Modify qdsb_get to take a struct kqid 12 years ago
Eric W. Biederman e08d8d7f20 gfs2: Modify struct gfs2_quota_change_host to use struct kqid 12 years ago
Eric W. Biederman 2f6c9896f7 gfs2: Introduce qd2index 12 years ago
Eric W. Biederman 558e85289f gfs2: Report quotas in the caller's user namespace. 12 years ago
Eric W. Biederman f4108a607f gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE 12 years ago
Eric W. Biederman 393551e989 gfs2: Remove improper checks in gfs2_set_dqblk. 12 years ago
Steven Whitehouse fd95e81cb1 GFS2: Reinstate withdraw ack system 12 years ago
Bob Peterson d2b47cfb26 GFS2: Get a block reservation before resizing a file 12 years ago
Steven Whitehouse 4506a519f2 GFS2: Split glock lru processing into two parts 12 years ago
Steven Whitehouse 4513899092 GFS2: Use ->writepages for ordered writes 12 years ago
Steven Whitehouse d564053f07 GFS2: Clean up freeze code 12 years ago
Steven Whitehouse c76c4d96bd GFS2: Merge gfs2_attach_bufdata() into trans.c 12 years ago
Steven Whitehouse 767f433f34 GFS2: Copy gfs2_trans_add_bh into new data/meta functions 12 years ago
Steven Whitehouse 350a9b0a72 GFS2: Split gfs2_trans_add_bh() into two 12 years ago
Steven Whitehouse 75f2b879ae GFS2: Merge revoke adding functions 12 years ago
Steven Whitehouse 2a00585593 GFS2: Separate LRU scanning from shrinker 12 years ago
David Teigland d4e0bfec9b GFS2: fix skip unlock condition 12 years ago
Bob Peterson 13d2eb0129 GFS2: Reset rd_last_alloc when it reaches the end of the rgrp 12 years ago
Bob Peterson 15bd50ad82 GFS2: Stop looking for free blocks at end of rgrp 12 years ago