Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | xfs: factor common write setup code | Dave Chinner | 2011-01-11 | 1 | -67/+56 | |
| * | | | | xfs: split buffered IO write path from xfs_file_aio_write | Dave Chinner | 2011-01-11 | 1 | -77/+69 | |
| * | | | | xfs: split direct IO write path from xfs_file_aio_write | Dave Chinner | 2011-01-11 | 1 | -63/+116 | |
| * | | | | xfs: introduce xfs_rw_lock() helpers for locking the inode | Dave Chinner | 2011-01-12 | 1 | -51/+80 | |
| * | | | | xfs: factor post-write newsize updates | Dave Chinner | 2011-01-11 | 1 | -22/+21 | |
| * | | | | xfs: factor common post-write isize handling code | Dave Chinner | 2011-01-11 | 1 | -26/+28 | |
| * | | | | xfs: ensure sync write errors are returned | Dave Chinner | 2011-01-11 | 1 | -26/+23 | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-01-14 | 1 | -18/+75 | |
|\ \ \ \ \ | ||||||
| * | | | | | block: restore multiple bd_link_disk_holder() support | Tejun Heo | 2011-01-14 | 1 | -18/+75 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE() | Linus Torvalds | 2011-01-14 | 1 | -2/+2 | |
* | | | | | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-01-14 | 19 | -277/+573 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | nfsd4: fix callback restarting | J. Bruce Fields | 2011-01-14 | 1 | -12/+9 | |
| * | | | | nfsd: break lease on unlink, link, and rename | J. Bruce Fields | 2011-01-14 | 1 | -4/+23 | |
| * | | | | nfsd4: break lease on nfsd setattr | J. Bruce Fields | 2011-01-14 | 1 | -8/+4 | |
| * | | | | nfsd: don't support msnfs export option | J. Bruce Fields | 2011-01-14 | 2 | -43/+2 | |
| * | | | | nfsd4: initialize cb_per_client | J. Bruce Fields | 2011-01-14 | 1 | -0/+1 | |
| * | | | | nfsd4: allow restarting callbacks | J. Bruce Fields | 2011-01-11 | 3 | -6/+32 | |
| * | | | | nfsd4: simplify nfsd4_cb_prepare | J. Bruce Fields | 2011-01-11 | 1 | -22/+4 | |
| * | | | | nfsd4: give out delegations more quickly in 4.1 case | J. Bruce Fields | 2011-01-11 | 1 | -2/+15 | |
| * | | | | nfsd4: add helper function to run callbacks | J. Bruce Fields | 2011-01-11 | 1 | -2/+7 | |
| * | | | | nfsd4: make sure sequence flags are set after destroy_session | J. Bruce Fields | 2011-01-11 | 3 | -2/+8 | |
| * | | | | nfsd4: re-probe callback on connection loss | J. Bruce Fields | 2011-01-11 | 1 | -1/+1 | |
| * | | | | nfsd4: set sequence flag when backchannel is down | J. Bruce Fields | 2011-01-11 | 3 | -8/+8 | |
| * | | | | nfsd4: keep finer-grained callback status | J. Bruce Fields | 2011-01-11 | 3 | -17/+22 | |
| * | | | | nfsd4: allow backchannel recovery | J. Bruce Fields | 2011-01-11 | 2 | -9/+43 | |
| * | | | | nfsd4: support BIND_CONN_TO_SESSION | J. Bruce Fields | 2011-01-11 | 5 | -10/+99 | |
| * | | | | nfsd4: modify session list under cl_lock | J. Bruce Fields | 2011-01-11 | 1 | -0/+6 | |
| * | | | | Merge commit 'v2.6.37' into for-2.6.38-incoming | J. Bruce Fields | 2011-01-11 | 20 | -87/+188 | |
| |\ \ \ \ | ||||||
| * | | | | | nfs4: set source address when callback is generated | Takuma Umeya | 2011-01-05 | 3 | -3/+21 | |
| * | | | | | nfsd4: return nfs errno from name_to_id functions | J. Bruce Fields | 2011-01-05 | 4 | -14/+14 | |
| * | | | | | nfsd4: remove outdated pathname-comments | J. Bruce Fields | 2011-01-05 | 2 | -4/+0 | |
| * | | | | | nfsd4: move idmap and acl header files into fs/nfsd | J. Bruce Fields | 2011-01-05 | 7 | -7/+133 | |
| * | | | | | nfsd4: name->id mapping should fail with BADOWNER not BADNAME | J. Bruce Fields | 2011-01-05 | 3 | -3/+4 | |
| * | | | | | locks: minor setlease cleanup | J. Bruce Fields | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | locks: eliminate fl_mylease callback | J. Bruce Fields | 2011-01-04 | 2 | -27/+2 | |
| * | | | | | nfsd4: use a single struct file for delegations | J. Bruce Fields | 2011-01-04 | 2 | -5/+6 | |
| * | | | | | nfsd4: eliminate lease delete callback | J. Bruce Fields | 2011-01-04 | 1 | -18/+0 | |
| * | | | | | nfsd: remove some unnecessary dropit handling | J. Bruce Fields | 2011-01-04 | 4 | -12/+0 | |
| * | | | | | nfsd: stop translating EAGAIN to nfserr_dropit | J. Bruce Fields | 2011-01-04 | 1 | -1/+2 | |
| * | | | | | svcrpc: simpler request dropping | J. Bruce Fields | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | nfsd: don't drop requests on -ENOMEM | J. Bruce Fields | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | nfsd: declare several functions of nfs4callback as static | Kirill A. Shutemov | 2011-01-04 | 1 | -3/+4 | |
| * | | | | | nfsd4: fix oops on secinfo_no_name result encoding | Mi Jinlong | 2010-12-29 | 1 | -4/+17 | |
| * | | | | | nfsd4: implement secinfo_no_name | J. Bruce Fields | 2010-12-17 | 3 | -2/+45 | |
| * | | | | | nfsd4: move guts of nfsd4_lookupp into helper | J. Bruce Fields | 2010-12-17 | 1 | -6/+10 | |
| * | | | | | nfsd4: 4.1 SECINFO should consume filehandle | J. Bruce Fields | 2010-12-17 | 1 | -0/+3 | |
| * | | | | | nfs: add missed CONFIG_NFSD_DEPRECATED | bookjovi@gmail.com | 2010-12-17 | 1 | -0/+2 | |
| * | | | | | nfsd: fix offset printk's in nfsd3 read/write | J. Bruce Fields | 2010-12-17 | 1 | -4/+4 | |
| * | | | | | nfsd4: fix mixed 4.0/4.1 handling, 4.1 reboot | J. Bruce Fields | 2010-12-17 | 2 | -21/+17 | |
| * | | | | | nfsd4: replace unintuitive match_clientid_establishment | J. Bruce Fields | 2010-12-17 | 1 | -10/+4 |