aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* UBIFS: remove unneeded checkArtem Bityutskiy2008-08-131-9/+1
* UBIFS: few commentary fixesArtem Bityutskiy2008-08-132-6/+4
* UBIFS: fix budgeting request alignment in xattr codeZoltan Sogor2008-08-131-5/+5
* UBIFS: improve arguments checking in debugging messagesArtem Bityutskiy2008-08-131-74/+69
* UBIFS: always set i_generation to 0Adrian Hunter2008-08-133-6/+1
* UBIFS: correct spelling of "thrice".Adrian Hunter2008-08-132-3/+3
* UBIFS: support splice_writeZoltan Sogor2008-08-131-0/+1
* UBIFS: minor tweaks in commitArtem Bityutskiy2008-08-131-19/+18
* UBIFS: reserve more space for indexArtem Bityutskiy2008-08-134-9/+14
* UBIFS: print pid in dump functionArtem Bityutskiy2008-08-131-10/+10
* UBIFS: align inode data to eightArtem Bityutskiy2008-08-135-9/+23
* UBIFS: improve budgeting checksArtem Bityutskiy2008-08-132-1/+19
* UBIFS: correct orphan deletion orderAdrian Hunter2008-08-131-1/+2
* UBIFS: fix typos in commentsAdrian Hunter2008-08-131-5/+5
* UBIFS: do not union creat_sqnum and del_cmtnoAdrian Hunter2008-08-131-4/+2
* UBIFS: optimize deletionsArtem Bityutskiy2008-08-133-5/+73
* UBIFS: increment commit number earlierArtem Bityutskiy2008-08-134-5/+7
* UBIFS: remove another unneeded function parameterArtem Bityutskiy2008-08-131-16/+14
* UBIFS: remove unneeded function parameterArtem Bityutskiy2008-08-133-16/+10
* UBIFS: do not write orphans backArtem Bityutskiy2008-08-131-5/+13
* UBIFS: make ubifs_ro_mode() not inlineAdrian Hunter2008-08-133-14/+15
* UBIFS: ensure UBIFS switches to read-only on errorAdrian Hunter2008-08-131-0/+2
* UBIFS: fix error return in failure modeAdrian Hunter2008-08-131-3/+4
* UBIFS: free budget in delete_inode as wellArtem Bityutskiy2008-08-131-3/+5
* UBIFS: improve debuggingArtem Bityutskiy2008-08-132-3/+6
* UBIFS: fix budgeting calculationsArtem Bityutskiy2008-08-132-4/+4
* UBIFS: print volume name as wellArtem Bityutskiy2008-08-131-2/+2
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-08-123-7/+7
|\
| * fs/nfsd/export.c: Adjust error handling code involving auth_domain_putJulia Lawall2008-07-301-3/+3
| * lockd: trivial sparse endian annotationsHarvey Harrison2008-07-232-4/+4
* | seq_file: add seq_cpumask(), seq_nodemask()Alexey Dobriyan2008-08-121-0/+14
* | reiserfs: removed duplicated #includeHuang Weiyi2008-08-121-1/+0
* | fs/eventpoll.c: fix sys_epoll_create1() commentAndrew Morton2008-08-121-4/+1
* | Merge branch 'core/locking' into core/urgentIngo Molnar2008-08-122-4/+4
|\ \
| * | lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar2008-08-112-4/+4
| * | lockdep: map_acquirePeter Zijlstra2008-08-112-4/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...Linus Torvalds2008-08-0814-509/+652
|\ \ \
| * | | [CIFS] list entry can not return nullSteve French2008-08-084-74/+61
| * | | turn cifs_setattr into a multiplexor that calls the correct functionJeff Layton2008-08-061-5/+17
| * | | move file time and dos attribute setting logic into new functionJeff Layton2008-08-061-87/+109
| * | | spin off cifs_setattr with unix extensions to its own functionJeff Layton2008-08-061-38/+119
| * | | [CIFS] Code cleanup in old sessionsetup codeSteve French2008-08-062-78/+80
| * | | [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dirJeff Layton2008-08-062-6/+25
| * | | Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID argJeff Layton2008-08-063-14/+13
| * | | change CIFSSMBSetTimes to CIFSSMBSetPathInfoJeff Layton2008-08-063-8/+8
| * | | [CIFS] fix trailing whitespaceSteve French2008-08-061-1/+1
| * | | bundle up Unix SET_PATH_INFO args into a struct and change nameJeff Layton2008-08-066-74/+102
| * | | Fix missing braces in cifs_revalidate()Suresh Jayaraman2008-08-051-1/+2
| * | | remove locking around tcpSesAllocCount atomic variableJeff Layton2008-08-041-9/+6
| * | | [CIFS] properly account for new user= field in SPNEGO upcall string allocationJeff Layton2008-08-011-7/+11